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

Unified Diff: mojo/shell/switches.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/shell/shell_apptest.cc ('k') | mojo/shell/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/switches.h
diff --git a/mojo/shell/switches.h b/mojo/shell/switches.h
index 52267fec80aa35f39bac2611d1c536e0a086d13b..ff2eb6c95dc8f4dff0d3657afd20715f5b13fc3c 100644
--- a/mojo/shell/switches.h
+++ b/mojo/shell/switches.h
@@ -11,9 +11,7 @@
namespace switches {
// All switches in alphabetical order. The switches should be documented
-// alongside the definition of their values in the .cc file and, as needed,
-// in mojo_main's Usage() function.
-extern const char kArgsFor[];
+// alongside the definition of their values in the .cc file.
extern const char kChildProcess[];
extern const char kContentHandlers[];
extern const char kDisableCache[];
@@ -25,9 +23,6 @@ extern const char kMapOrigin[];
extern const char kOrigin[];
extern const char kPredictableAppFilenames[];
extern const char kTraceStartup[];
-extern const char kURLMappings[];
-
-extern const std::set<std::string> GetAllSwitches();
} // namespace switches
« no previous file with comments | « mojo/shell/shell_apptest.cc ('k') | mojo/shell/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698