Index: content/common/fileapi/file_system_dispatcher.h |
diff --git a/content/common/fileapi/file_system_dispatcher.h b/content/common/fileapi/file_system_dispatcher.h |
index 59d9d5a4b56d7ddd367116a40330ce8e694c02a3..c2e4ce32af5dc275d43a2f69d35199d0785a7feb 100644 |
--- a/content/common/fileapi/file_system_dispatcher.h |
+++ b/content/common/fileapi/file_system_dispatcher.h |
@@ -40,6 +40,9 @@ class FileSystemDispatcher : public IPC::Listener { |
long long size, |
bool create, |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
+ bool DeleteFileSystem(const GURL& origin_url, |
+ fileapi::FileSystemType type, |
+ fileapi::FileSystemCallbackDispatcher* dispatcher); |
bool Move(const GURL& src_path, |
const GURL& dest_path, |
fileapi::FileSystemCallbackDispatcher* dispatcher); |