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

Unified Diff: content/common/fileapi/file_system_messages.h

Issue 23760004: ChildProcessSecurityPolicy: Port FileAPIMessageFilter to use new checks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/fileapi/file_system_messages.h
diff --git a/content/common/fileapi/file_system_messages.h b/content/common/fileapi/file_system_messages.h
index a2d25003196365c653499059120a1b22a7296a05..a8e61db570c31642bfa6e4c8d96399adb794b6a4 100644
--- a/content/common/fileapi/file_system_messages.h
+++ b/content/common/fileapi/file_system_messages.h
@@ -143,10 +143,10 @@ IPC_MESSAGE_CONTROL2(FileSystemHostMsg_CancelWrite,
int /* id of request to cancel */)
// Pepper's OpenFile message.
-IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFile,
+IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenPepperFile,
int /* request id */,
GURL /* file path */,
- int /* file flags */)
+ int /* pp_open_flags */)
// Pepper's NotifyCloseFile message.
IPC_MESSAGE_CONTROL1(FileSystemHostMsg_NotifyCloseFile,

Powered by Google App Engine
This is Rietveld 408576698