| 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 0755e8b3b4d291a76f10da107f47b5aa595d93a9..246d96cb885df5f09cb2e4394ccf7cb73f43b95a 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -376,7 +376,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() {
|
| // connected and the exit of the child process is detecter by an error on the
|
| // IPC channel thereafter.
|
| DCHECK(!early_exit_watcher_.GetWatchedObject());
|
| - early_exit_watcher_.StartWatching(process.Handle(), this);
|
| + early_exit_watcher_.StartWatching(process.Handle(), this, false);
|
| #endif
|
|
|
| // TODO(rvargas) crbug.com/417532: Don't store a handle.
|
|
|