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, |