| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 0add19095521f5a90d64c5616b17a094ceb4f563..e606902637c531f0d45b60f0ebb771bb58b44bc0 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -251,7 +251,7 @@ void BrowserChildProcessHostImpl::OnChannelError() {
|
| void BrowserChildProcessHostImpl::OnBadMessageReceived(
|
| const IPC::Message& message) {
|
| HistogramBadMessageTerminated(data_.process_type);
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableKillAfterBadIPC)) {
|
| return;
|
| }
|
|
|