| Index: content/public/test/test_launcher.cc
|
| ===================================================================
|
| --- content/public/test/test_launcher.cc (revision 256983)
|
| +++ content/public/test/test_launcher.cc (working copy)
|
| @@ -431,8 +431,7 @@
|
| bool ShouldRunContentMain() {
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| return command_line->HasSwitch(switches::kProcessType) ||
|
| - command_line->HasSwitch(kLaunchAsBrowser);
|
| - return false;
|
| + command_line->HasSwitch(kLaunchAsBrowser);
|
| }
|
|
|
| int RunContentMain(int argc, char** argv,
|
|
|