| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 78f9edab6f79c1422c7516682c56bd159242ea95..e9c49fc34536a66873dfd3cc2be5a7502910da69 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1344,6 +1344,12 @@ IPC_MESSAGE_CONTROL2(PpapiHostMsg_ExtensionsCommon_Call,
|
| IPC_MESSAGE_CONTROL1(PpapiPluginMsg_ExtensionsCommon_CallReply,
|
| base::ListValue /* output */)
|
|
|
| +// Ext_CrxFileSystem
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_Ext_CrxFileSystem_Create)
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_Ext_CrxFileSystem_BrowserOpen)
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_Ext_CrxFileSystem_BrowserOpenReply,
|
| + std::string /* fsid */)
|
| +
|
| // File chooser.
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileChooser_Create)
|
| IPC_MESSAGE_CONTROL4(PpapiHostMsg_FileChooser_Show,
|
| @@ -1394,6 +1400,8 @@ IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Create,
|
| IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_Open,
|
| int64_t /* expected_size */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply)
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitIsolatedFileSystem,
|
| + std::string /* fsid */)
|
|
|
| // Flash device ID.
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDeviceID_Create)
|
|
|