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

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

Issue 33053002: Pepper: Move FileIO host from renderer to browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for bbudge Created 7 years, 2 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 91899b5ec08c6f3febfd0f31105213393653ec68..9976149310daf8f36e10486fb5877fea434529a1 100644
--- a/content/browser/fileapi/fileapi_message_filter.h
+++ b/content/browser/fileapi/fileapi_message_filter.h
@@ -127,12 +127,7 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
const base::Time& last_access_time,
const base::Time& last_modified_time);
void OnCancel(int request_id, int request_to_cancel);
-#if defined(ENABLE_PLUGINS)
- void OnOpenPepperFile(int request_id, const GURL& path, int pp_open_flags);
-#endif // defined(ENABLE_PLUGINS)
void OnNotifyCloseFile(int file_open_id);
kinuko 2013/10/23 07:16:04 This could probably be removed too
teravest 2013/10/23 16:54:27 Done.
- void OnWillUpdate(const GURL& path);
- void OnDidUpdate(const GURL& path, int64 delta);
void OnSyncGetPlatformPath(const GURL& path,
base::FilePath* platform_path);
void OnCreateSnapshotFile(int request_id,

Powered by Google App Engine
This is Rietveld 408576698