Index: shell/switches.cc |
diff --git a/shell/switches.cc b/shell/switches.cc |
index 60a9245240d5cdb850002d6d1141ed34480945c3..82aea638688ab9864681ce4d3e1887aae5199255 100644 |
--- a/shell/switches.cc |
+++ b/shell/switches.cc |
@@ -59,9 +59,10 @@ const char kOrigin[] = "origin"; |
// the first maps 'a' to 'b' and the second 'c' to 'd'. |
const char kURLMappings[] = "url-mappings"; |
+// Switches valid for the main process (i.e., that the user may pass in). |
const char* kSwitchArray[] = {kV, |
kArgsFor, |
- kChildProcessType, |
+ // |kChildProcessType| not for user use. |
jamesr
2015/03/03 21:56:24
if it's not for user use who can use it?
(why not
|
kContentHandlers, |
kDisableCache, |
kEnableExternalApplications, |