Chromium Code Reviews| Index: content/browser/child_process_launcher.cc |
| =================================================================== |
| --- content/browser/child_process_launcher.cc (revision 148974) |
| +++ content/browser/child_process_launcher.cc (working copy) |
| @@ -58,7 +58,7 @@ |
| { |
| #if defined(OS_POSIX) |
| terminate_child_on_shutdown_ = !CommandLine::ForCurrentProcess()-> |
| - HasSwitch(switches::kRendererCleanExit); |
| + HasSwitch(switches::kChildCleanExit); |
| #else |
| terminate_child_on_shutdown_ = true; |
| #endif |