| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 02c4d84c51702254c5f6c2b8f3ac3dbc22a690a2..002ea06eb7a94544f3468f16af38c882bea4a478 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -1291,6 +1291,12 @@ IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply)
|
| IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitIsolatedFileSystem,
|
| std::string /* fsid */)
|
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_InitIsolatedFileSystemReply)
|
| +IPC_MESSAGE_CONTROL0(PpapiHostMsg_FileSystem_OpenPluginPrivateFileSystem)
|
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileSystem_OpenPluginPrivateFileSystemReply,
|
| + std::string /* fsid */)
|
| +IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitPluginPrivateFileSystem,
|
| + std::string /* fsid */)
|
| +IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_InitPluginPrivateFileSystemReply)
|
|
|
| // Flash DRM ------------------------------------------------------------------
|
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_Create)
|
|
|