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

Unified Diff: mojo/application/application_runner_chromium.h

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix linux Created 5 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
Index: mojo/application/application_runner_chromium.h
diff --git a/mojo/application/application_runner_chromium.h b/mojo/application/application_runner_chromium.h
index cb586850a5e0539d48a29185170528374822e32c..2d6d91067a14e10840ba36bbf82d9de5ee015dbb 100644
--- a/mojo/application/application_runner_chromium.h
+++ b/mojo/application/application_runner_chromium.h
@@ -30,6 +30,8 @@ class ApplicationRunnerChromium {
explicit ApplicationRunnerChromium(ApplicationDelegate* delegate);
~ApplicationRunnerChromium();
+ static void InitBaseCommandLine();
+
void set_message_loop_type(base::MessageLoop::Type type);
// Once the various parameters have been set above, use Run to initialize an

Powered by Google App Engine
This is Rietveld 408576698