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

Unified Diff: ppapi/nacl_irt/irt_start.cc

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
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | ppapi/nacl_irt/plugin_startup.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/nacl_irt/irt_start.cc
diff --git a/ppapi/nacl_irt/irt_start.cc b/ppapi/nacl_irt/irt_start.cc
index 9390acecf5719ec37871ec92ad0baf7b0cb1f9d6..acdec0936f36332a108053a7179bec4971845c1b 100644
--- a/ppapi/nacl_irt/irt_start.cc
+++ b/ppapi/nacl_irt/irt_start.cc
@@ -35,7 +35,7 @@ void nacl_irt_start(uint32_t* info) {
MakeIPCHandle("NaCl Browser", NACL_CHROME_DESC_BASE),
MakeIPCHandle("NaCl Renderer", NACL_CHROME_DESC_BASE + 1),
MakeIPCHandle("NaCl Manifest", NACL_CHROME_DESC_BASE + 2));
- ppapi::StartUpPlugin();
+ ppapi::StartUpPlugin(true);
nacl_irt_enter_user_code(info, chrome_irt_query);
}
« no previous file with comments | « content/zygote/zygote_linux.cc ('k') | ppapi/nacl_irt/plugin_startup.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698