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

Unified Diff: webkit/fileapi/obfuscated_file_system_file_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/obfuscated_file_system_file_util.h
diff --git a/webkit/fileapi/obfuscated_file_system_file_util.h b/webkit/fileapi/obfuscated_file_system_file_util.h
index 063fcd5a48f284637fb20a18378abf391123c16a..9c73e8328eb16f63ee62a50264189713546dfe10 100644
--- a/webkit/fileapi/obfuscated_file_system_file_util.h
+++ b/webkit/fileapi/obfuscated_file_system_file_util.h
@@ -237,6 +237,7 @@ class ObfuscatedFileSystemFileUtil : public FileSystemFileUtil,
// Gets the topmost directory specific to this origin. This will
// contain both the filesystem type subdirectories.
FilePath GetDirectoryForOrigin(const GURL& origin, bool create);
+ void MarkDirty(const GURL& origin, FileSystemType type);
ericu 2011/08/19 04:05:56 Unimplemented/Unused?
tzik 2011/08/23 04:13:13 Done.
void MarkUsed();
void DropDatabases();
bool InitOriginDatabase(bool create);

Powered by Google App Engine
This is Rietveld 408576698