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

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
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 c7b70df05e22e17788a8f82c09433d14320eac20..e593d1307ec2fcb27a54301abe42df04ed0878b2 100644
--- a/webkit/fileapi/file_system_quota_util.h
+++ b/webkit/fileapi/file_system_quota_util.h
@@ -92,6 +92,9 @@ class FileSystemQuotaUtil {
virtual void EndUpdateOriginOnFileThread(const GURL& origin_url,
fileapi::FileSystemType type) = 0;
+ virtual void MarkDirtyOriginOnFileThread(const GURL& origin_url,
ericu 2011/08/19 04:05:56 s/MarkDirtyOrigin/MarkOriginDirty/ ?
tzik 2011/08/23 04:13:13 More directly, can I use InvalidateUsageCache?
ericu 2011/08/24 03:43:50 That looks even better.
+ fileapi::FileSystemType type) = 0;
+
Proxy* proxy() { return proxy_.get(); }
protected:
« no previous file with comments | « no previous file | webkit/fileapi/obfuscated_file_system_file_util.h » ('j') | webkit/fileapi/obfuscated_file_system_file_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698