Index: content/child/fileapi/file_system_dispatcher.h |
diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h |
index 9cdeb7516552802f4de3980c00301be7001020e6..55bb2996523864af607f9e40ebf8b012b97d79e7 100644 |
--- a/content/child/fileapi/file_system_dispatcher.h |
+++ b/content/child/fileapi/file_system_dispatcher.h |
@@ -126,16 +126,6 @@ class FileSystemDispatcher : public IPC::Listener { |
const base::Time& last_modified_time, |
const StatusCallback& callback); |
- // This returns a raw open PlatformFile, unlike the above, which are |
- // self-contained operations. |
- void OpenPepperFile(const GURL& file_path, |
- int pp_open_flags, |
- const OpenFileCallback& success_callback, |
- const StatusCallback& error_callback); |
- // This must be paired with OpenFile, and called after finished using the |
- // raw PlatformFile returned from OpenFile. |
- void NotifyCloseFile(int file_open_id); |
- |
// The caller must send FileSystemHostMsg_DidReceiveSnapshot message |
// with |request_id| passed to |success_callback| after the snapshot file |
// is successfully received. |