Chromium Code Reviews| Index: ppapi/proxy/ppapi_messages.h |
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
| index 046dbea33113b74e5cc3c8e6178949adf7ca2db1..dae5ec5d1517b1ca1e99e8295b5c095114acc4e8 100644 |
| --- a/ppapi/proxy/ppapi_messages.h |
| +++ b/ppapi/proxy/ppapi_messages.h |
| @@ -1294,6 +1294,13 @@ IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_OpenReply) |
| IPC_MESSAGE_CONTROL1(PpapiHostMsg_FileSystem_InitIsolatedFileSystem, |
| std::string /* fsid */) |
| IPC_MESSAGE_CONTROL0(PpapiPluginMsg_FileSystem_InitIsolatedFileSystemReply) |
| +IPC_MESSAGE_CONTROL2(PpapiHostMsg_FileSystem_CreateFromRenderer, |
| + std::string /* root_url */, |
| + PP_FileSystemType /* file_system_type */) |
| +// Nested within a ResourceVar for file systems being passed from the renderer |
| +// to the plugin. |
| +IPC_MESSAGE_CONTROL1(PpapiPluginMsg_FileSystem_CreateFromPendingHost, |
| + PP_FileSystemType /* file_system_type */) |
|
raymes
2013/10/11 04:02:24
Could you fully document both of these? In particu
Matt Giuca
2013/10/17 09:17:58
Done.
|
| // Flash DRM ------------------------------------------------------------------ |
| IPC_MESSAGE_CONTROL0(PpapiHostMsg_FlashDRM_Create) |