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

Unified Diff: content/browser/fileapi/fileapi_message_filter.h

Issue 10828043: Wire up the deleteFileSystem operation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/fileapi/fileapi_message_filter.h
diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
index bd6dba4e32b96c6efe004b4e94985a4108643286..7c5a288891fe0ae4fdf4410e495c86931f2ee38e 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -78,6 +78,9 @@ class FileAPIMessageFilter : public content::BrowserMessageFilter {
fileapi::FileSystemType type,
int64 requested_size,
bool create);
+ void OnDeleteFileSystem(int request_id,
+ const GURL& origin_url,
+ fileapi::FileSystemType type);
void OnMove(int request_id,
const GURL& src_path,
const GURL& dest_path);
@@ -146,6 +149,8 @@ class FileAPIMessageFilter : public content::BrowserMessageFilter {
base::PlatformFileError result,
const std::string& name,
const GURL& root);
+ void DidDeleteFileSystem(int request_id,
+ base::PlatformFileError result);
void DidCreateSnapshot(
int request_id,
const GURL& blob_url,
« no previous file with comments | « no previous file | content/browser/fileapi/fileapi_message_filter.cc » ('j') | content/browser/fileapi/fileapi_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698