Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Unified Diff: ppapi/nacl_irt/plugin_startup.h

Issue 2081183005: Use ChannelMojo from the browser to NaCl loader process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-channel-handle
Patch Set: rebase Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698