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

Unified Diff: shell/switches.cc

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/switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/switches.cc
diff --git a/shell/switches.cc b/shell/switches.cc
index 1b1e29129aeb01cba70a17026a6670e26b90d211..6aee10449faed3590009ef007d19696d1382cf22 100644
--- a/shell/switches.cc
+++ b/shell/switches.cc
@@ -21,9 +21,6 @@ const char kV[] = "v";
// --args-for='mojo:wget http://www.google.com'
const char kArgsFor[] = "args-for";
-// Used only by the child process. Not for user use.
-const char kChildProcess[] = "child-process";
-
// Comma separated list like:
// text/html,mojo:html_viewer,application/bravo,https://abarth.com/bravo
const char kContentHandlers[] = "content-handlers";
@@ -84,7 +81,6 @@ const char kURLMappings[] = "url-mappings";
// Switches valid for the main process (i.e., that the user may pass in).
const char* kSwitchArray[] = {kV,
kArgsFor,
- // |kChildProcess| not for user use.
kContentHandlers,
kCPUProfile,
kDisableCache,
« no previous file with comments | « shell/switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698