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..95139c1c09f78740e93d4349fd3e56877fd2a275 100644 |
--- a/ppapi/nacl_irt/plugin_startup.h |
+++ b/ppapi/nacl_irt/plugin_startup.h |
@@ -25,7 +25,7 @@ PPAPI_PROXY_EXPORT void SetIPCFileDescriptors( |
// 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 file descriptor for PPAPI to the browser. |
int GetBrowserIPCFileDescriptor(); |