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

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: update scripts 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
« no previous file with comments | « mojo/application/BUILD.gn ('k') | mojo/application/application_runner_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/application/BUILD.gn ('k') | mojo/application/application_runner_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698