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 12a3f17b1a75bec4338671bc202ecb8d8e7f34e3..e277e332e6b3faec895fa1978a2ac2f5df89153d 100644 |
--- a/content/common/fileapi/file_system_messages.h |
+++ b/content/common/fileapi/file_system_messages.h |
@@ -150,10 +150,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, |