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

Unified Diff: shell/switches.cc

Issue 1061413002: Shell: Make a separate binary for child processes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Don't look at kChildProcess in desktop/main.cc. Created 5 years, 8 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
« shell/android/main.cc ('K') | « shell/shell_test_main.cc ('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 0453f8d719f4e9382a7959cc5df6e59cf8bc40b9..518d668baf2d046a9d6af0cd425d590e8fc7648b 100644
--- a/shell/switches.cc
+++ b/shell/switches.cc
@@ -20,8 +20,7 @@ const char kV[] = "v";
// --args-for='mojo:wget http://www.google.com'
const char kArgsFor[] = "args-for";
-// Used internally by the main process to indicate that a new process should be
-// a child process. Not for user use.
+// Used only by the child process. Not for user use.
const char kChildProcess[] = "child-process";
// Comma separated list like:
« shell/android/main.cc ('K') | « shell/shell_test_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698