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 a809529655a45cafdb229aae6b414cafd293d564..ee25545924b5e2cadb835fbd02891c2aff92d166 100644 |
--- a/content/common/fileapi/file_system_messages.h |
+++ b/content/common/fileapi/file_system_messages.h |
@@ -49,9 +49,10 @@ IPC_MESSAGE_CONTROL3(FileSystemMsg_DidWrite, |
int /* request_id */, |
int64 /* byte count */, |
bool /* complete */) |
-IPC_MESSAGE_CONTROL3(FileSystemMsg_DidOpenFile, |
+IPC_MESSAGE_CONTROL4(FileSystemMsg_DidOpenFile, |
int /* request_id */, |
IPC::PlatformFileForTransit, |
+ int /* file_open_id */, |
quota::QuotaLimitType /* quota_policy */) |
IPC_MESSAGE_CONTROL2(FileSystemMsg_DidFail, |
int /* request_id */, |
@@ -148,7 +149,7 @@ IPC_MESSAGE_CONTROL3(FileSystemHostMsg_OpenFile, |
// Pepper's NotifyCloseFile message. |
IPC_MESSAGE_CONTROL1(FileSystemHostMsg_NotifyCloseFile, |
- GURL /* file path */) |
+ int /* file_open_id */) |
// WebFileSystem::createSnapshotFileAndReadMetadata() message. |
IPC_MESSAGE_CONTROL2(FileSystemHostMsg_CreateSnapshotFile, |