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

Unified Diff: ppapi/nacl_irt/irt_start.cc

Issue 231793003: Add IPC Channel for new ManifestService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/nacl_irt/manifest_service.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 a28673788229c67d399b840ffdacfbb1a1aec69d..a7c12e6c312a0f4b1348b0a47e6d3b7d752711cc 100644
--- a/ppapi/nacl_irt/irt_start.cc
+++ b/ppapi/nacl_irt/irt_start.cc
@@ -17,7 +17,9 @@ void nacl_irt_start(uint32_t* info) {
// In SFI mode, the FDs of IPC channels are NACL_CHROME_DESC_BASE and its
// successor, which is set in nacl_listener.cc.
ppapi::SetIPCFileDescriptors(
- NACL_CHROME_DESC_BASE, NACL_CHROME_DESC_BASE + 1);
+ NACL_CHROME_DESC_BASE,
+ NACL_CHROME_DESC_BASE + 1,
+ -1); // Currently manifest service is disabled on NaCl in SFI mode.
ppapi::StartUpPlugin();
nacl_irt_enter_user_code(info, chrome_irt_query);
« no previous file with comments | « components/nacl/renderer/ppb_nacl_private_impl.cc ('k') | ppapi/nacl_irt/manifest_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698