Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: webkit/fileapi/file_system_quota_util.h

Issue 7608018: Handle inconsistency between DB and Files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/fileapi/file_system_usage_cache.h » ('j') | webkit/fileapi/file_system_usage_cache.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_system_quota_util.h
diff --git a/webkit/fileapi/file_system_quota_util.h b/webkit/fileapi/file_system_quota_util.h
index 40b8aad9839fa45ba193ba6543c63bb669c88f71..5ba638a031942ad8a7ce517644902951faabeb8d 100644
--- a/webkit/fileapi/file_system_quota_util.h
+++ b/webkit/fileapi/file_system_quota_util.h
@@ -91,6 +91,9 @@ class FileSystemQuotaUtil {
virtual void EndUpdateOriginOnFileThread(const GURL& origin_url,
fileapi::FileSystemType type) = 0;
+ virtual void InvalidateUsageCache(const GURL& origin_url,
+ fileapi::FileSystemType type) = 0;
+
Proxy* proxy() { return proxy_.get(); }
protected:
« no previous file with comments | « no previous file | webkit/fileapi/file_system_usage_cache.h » ('j') | webkit/fileapi/file_system_usage_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698