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

Unified Diff: mojo/nacl/monacl_sel_main.h

Issue 884303002: Launch nexes from mojo_shell. Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Formatting error Created 5 years, 11 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/monacl_sel_main.h
diff --git a/mojo/nacl/monacl_sel_main.h b/mojo/nacl/monacl_sel_main.h
index f543d1631af0ceaeeb3ca30e2a1ee9c6fc1994db..d73d15ef30ddc4b4b74a4f4e4d8ac18923cc2750 100644
--- a/mojo/nacl/monacl_sel_main.h
+++ b/mojo/nacl/monacl_sel_main.h
@@ -5,10 +5,15 @@
#ifndef MOJO_NACL_MONACL_SEL_MAIN_H_
#define MOJO_NACL_MONACL_SEL_MAIN_H_
+#include "mojo/public/c/system/types.h"
+
namespace mojo {
-void LaunchNaCl(const char* nexe_file, const char* irt_file,
- int app_argc, char* app_argv[]);
+void LaunchNaCl(const char* nexe_file,
+ const char* irt_file,
+ int app_argc,
+ char* app_argv[],
+ MojoHandle handle);
} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698