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

Unified Diff: services/nacl/content_handler_main_nonsfi.cc

Issue 1382713002: Creating a pexe content handler to translate and run pexes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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: services/nacl/content_handler_main_nonsfi.cc
diff --git a/services/nacl/content_handler_main_nonsfi.cc b/services/nacl/content_handler_main_nonsfi.cc
index 59b0dc7eed98b6c6cbb5205a417d5e89a53330e5..5eee6753e1869e8255ec5760f9dc5d0ae731ca44 100644
--- a/services/nacl/content_handler_main_nonsfi.cc
+++ b/services/nacl/content_handler_main_nonsfi.cc
@@ -60,7 +60,7 @@ class NaClContentHandler : public mojo::ApplicationDelegate,
MojoHandle handle =
application_request.PassMessagePipe().release().value();
// MojoLaunchNexeNonsfi takes ownership of the fd.
- MojoLaunchNexeNonsfi(fd, handle);
+ MojoLaunchNexeNonsfi(fd, handle, false /* enable_translation_irt */);
}
mojo::ContentHandlerFactory content_handler_factory_;

Powered by Google App Engine
This is Rietveld 408576698