| Index: ppapi/nacl_irt/plugin_startup.h
|
| diff --git a/ppapi/nacl_irt/plugin_startup.h b/ppapi/nacl_irt/plugin_startup.h
|
| index 2684a78316bc821e670bb6d2f9d926b17b1efb1f..e4daa30162cbb8e585dfb048d4fb731814922a2c 100644
|
| --- a/ppapi/nacl_irt/plugin_startup.h
|
| +++ b/ppapi/nacl_irt/plugin_startup.h
|
| @@ -20,7 +20,8 @@ class ManifestService;
|
| // numbers. This will be used for non-SFI mode. Must be called before the
|
| // ppapi_start() IRT interface is called.
|
| PPAPI_PROXY_EXPORT void SetIPCFileDescriptors(
|
| - int browser_ipc_fd, int renderer_ipc_fd, int manifest_service_fd);
|
| + int browser_ipc_fd, int renderer_ipc_fd, int manifest_service_fd,
|
| + int browser_mojo_fd);
|
|
|
| // Runs start up procedure for the plugin.
|
| // Specifically, start background IO thread for IPC, and prepare
|
|
|