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

Unified Diff: content/child/fileapi/file_system_dispatcher.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/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..258c4338d09900866d925068fe4de82600943e25 100644
--- a/content/child/fileapi/file_system_dispatcher.h
+++ b/content/child/fileapi/file_system_dispatcher.h
@@ -126,12 +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);
kinuko 2013/10/23 07:16:04 This can probably be removed too
teravest 2013/10/23 16:54:27 Done.

Powered by Google App Engine
This is Rietveld 408576698