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

Unified Diff: shell/child_switches.cc

Issue 1143993004: Revert "Revert "Make shell child processes slaves."" (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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/child_switches.h ('k') | shell/context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « shell/child_switches.h ('k') | shell/context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698