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

Unified Diff: content/common/fileapi/file_system_dispatcher.h

Issue 10828043: Wire up the deleteFileSystem operation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Modified CrosMountPointProvider too. Created 8 years, 5 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: 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);

Powered by Google App Engine
This is Rietveld 408576698