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); |