| Index: ppapi/nacl_irt/plugin_startup.h
|
| diff --git a/ppapi/nacl_irt/plugin_startup.h b/ppapi/nacl_irt/plugin_startup.h
|
| index 06ce229de4571e19199f0f0d03ac28f0657bfc48..0968ea793c051ebccb97f7f5b77a955ad30c0133 100644
|
| --- a/ppapi/nacl_irt/plugin_startup.h
|
| +++ b/ppapi/nacl_irt/plugin_startup.h
|
| @@ -28,7 +28,7 @@ PPAPI_PROXY_EXPORT void SetIPCChannelHandles(
|
| // Runs start up procedure for the plugin.
|
| // Specifically, start background IO thread for IPC, and prepare
|
| // shutdown event instance.
|
| -PPAPI_PROXY_EXPORT void StartUpPlugin();
|
| +PPAPI_PROXY_EXPORT void StartUpPlugin(bool initialize_mojo);
|
|
|
| // Returns IPC channel handle for PPAPI to the browser.
|
| IPC::ChannelHandle GetBrowserIPCChannelHandle();
|
|
|