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

Unified Diff: webkit/fileapi/sandbox_mount_point_provider.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/sandbox_mount_point_provider.h
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index 199185d704e2bfbd35fd2ec8ae6c3c0afea3551a..1662474f9358201c1ce1e342b2cf3e15ee3c7008 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -144,6 +144,8 @@ class SandboxMountPointProvider
virtual void EndUpdateOriginOnFileThread(
const GURL& origin_url,
FileSystemType type) OVERRIDE;
+ virtual void MarkDirtyOriginOnFileThread(const GURL& origin_url,
ericu 2011/08/19 04:05:56 Ditto.
+ FileSystemType type) OVERRIDE;
FileSystemQuotaUtil* quota_util() { return this; }

Powered by Google App Engine
This is Rietveld 408576698