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

Unified Diff: shell/shell_test_main.cc

Issue 1043123004: Shell: Remove various child process type stuff. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
Index: shell/shell_test_main.cc
diff --git a/shell/shell_test_main.cc b/shell/shell_test_main.cc
index abf609f45e602584192558b56521849f6f8d62ab..ce518d97e57f465aa600b796f09b6a792afce42b 100644
--- a/shell/shell_test_main.cc
+++ b/shell/shell_test_main.cc
@@ -17,7 +17,7 @@ int main(int argc, char** argv) {
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
- if (command_line.HasSwitch(switches::kChildProcessType)) {
+ if (command_line.HasSwitch(switches::kChildProcess)) {
base::AtExitManager at_exit;
scoped_ptr<mojo::shell::ChildProcess> child_process =
mojo::shell::ChildProcess::Create(command_line);

Powered by Google App Engine
This is Rietveld 408576698