Index: shell/child_switches.cc |
diff --git a/shell/child_switches.cc b/shell/child_switches.cc |
index 5dc85ae7138359388b61aea33b20e876a12cf188..85f31c909ed56bb7132e74a312d858a183b1bb67 100644 |
--- a/shell/child_switches.cc |
+++ b/shell/child_switches.cc |
@@ -6,7 +6,8 @@ |
namespace switches { |
-// Used only by the child process. Not for user use. |
-const char kChildProcess[] = "child-process"; |
+// The value of this switch is the string that should be given to |
+// |ConnectToMaster()| for its |platform_connection_id| argument. |
+const char kChildConnectionId[] = "child-connection-id"; |
} // namespace switches |