Chromium Code Reviews| 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 f2f28278c2199ee5eba6fc4eb65b6b2426d7a5ff..82792bda158b953e098b0a6645c8449bfd8f3b9c 100644 |
| --- a/content/browser/browser_child_process_host_impl.cc |
| +++ b/content/browser/browser_child_process_host_impl.cc |
| @@ -265,6 +265,9 @@ bool BrowserChildProcessHostImpl::CanShutdown() { |
| void BrowserChildProcessHostImpl::OnChildDisconnected() { |
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); |
| +#if defined(OS_WIN) |
|
sky
2014/10/20 16:27:34
Document why this is needed.
|
| + early_exit_watcher_.StopWatching(); |
| +#endif |
| if (child_process_.get() || data_.handle) { |
| DCHECK(data_.handle != base::kNullProcessHandle); |
| int exit_code; |