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

Unified Diff: content/child/fileapi/file_system_dispatcher.h

Issue 23760004: ChildProcessSecurityPolicy: Port FileAPIMessageFilter to use new checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years, 3 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 7c34ba7339942f117a73ec9a5f9cbecbd8fa50bc..f3957c3126d76c46331b4203dcfe35457c4b559e 100644
--- a/content/child/fileapi/file_system_dispatcher.h
+++ b/content/child/fileapi/file_system_dispatcher.h
@@ -122,10 +122,10 @@ class FileSystemDispatcher : public IPC::Listener {
// This returns a raw open PlatformFile, unlike the above, which are
// self-contained operations.
- void OpenFile(const GURL& file_path,
- int file_flags, // passed to FileUtilProxy::CreateOrOpen
- const OpenFileCallback& success_callback,
- const StatusCallback& error_callback);
+ 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);
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_security_helper.cc ('k') | content/child/fileapi/file_system_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698