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

Unified Diff: mojo/nacl/nonsfi/nexe_launcher_nonsfi.h

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: mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
diff --git a/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h b/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
index 66172ec1a74a8effb3108e2ef7649fb2787a9838..b9e65125cc3eeaba04b4eccc6497a6f0650049c7 100644
--- a/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
+++ b/mojo/nacl/nonsfi/nexe_launcher_nonsfi.h
@@ -13,7 +13,8 @@ namespace nacl {
* Takes a fd to a nexe, and launches the nexe with the given
* MojoHandle.
*/
-void MojoLaunchNexeNonsfi(int nexe_fd, MojoHandle initial_handle);
+void MojoLaunchNexeNonsfi(int nexe_fd, MojoHandle initial_handle,
+ bool enable_translate_irt);
} // namespace nacl

Powered by Google App Engine
This is Rietveld 408576698