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

Unified Diff: shell/switches.h

Issue 1131953006: Shell: switches cleanup. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: gn android fix Created 5 years, 7 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 | « shell/shell_test_main.cc ('k') | shell/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/switches.h
diff --git a/shell/switches.h b/shell/switches.h
index a1ff4c4f19f0a78c52df44644237b6024545f2c4..1e5508a2d2e6edbc9d50c56ebe6eec7b41f6b321 100644
--- a/shell/switches.h
+++ b/shell/switches.h
@@ -11,10 +11,9 @@
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.
+// alongside the definition of their values in the .cc file and, as needed, in
+// desktop/main.cc's Usage() function.
extern const char kArgsFor[];
-extern const char kChildProcess[];
extern const char kContentHandlers[];
extern const char kCPUProfile[];
extern const char kDisableCache[];
« no previous file with comments | « shell/shell_test_main.cc ('k') | shell/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698