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

Unified Diff: ppapi/nacl_irt/irt_start.cc

Issue 418423002: Pepper: Stop using SRPC for irt_open_resource(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 3 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 | « ppapi/nacl_irt/irt_ppapi.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 a7c12e6c312a0f4b1348b0a47e6d3b7d752711cc..f184fa604c39fcc6ffc54444230ec281c9574f7c 100644
--- a/ppapi/nacl_irt/irt_start.cc
+++ b/ppapi/nacl_irt/irt_start.cc
@@ -19,7 +19,7 @@ void nacl_irt_start(uint32_t* info) {
ppapi::SetIPCFileDescriptors(
NACL_CHROME_DESC_BASE,
NACL_CHROME_DESC_BASE + 1,
- -1); // Currently manifest service is disabled on NaCl in SFI mode.
+ NACL_CHROME_DESC_BASE + 2);
ppapi::StartUpPlugin();
nacl_irt_enter_user_code(info, chrome_irt_query);
« no previous file with comments | « ppapi/nacl_irt/irt_ppapi.cc ('k') | ppapi/nacl_irt/manifest_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698