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, |