Index: content/browser/browser_child_process_host_impl.cc |
=================================================================== |
--- content/browser/browser_child_process_host_impl.cc (revision 142088) |
+++ content/browser/browser_child_process_host_impl.cc (working copy) |
@@ -313,13 +313,6 @@ |
return child_process_host_->Send(message); |
} |
-void BrowserChildProcessHostImpl::ShutdownStarted() { |
- // Must remove the process from the list now, in case it gets used for a |
- // new instance before our watcher tells us that the process terminated. |
- g_child_process_list.Get().remove(this); |
-} |
- |
- |
void BrowserChildProcessHostImpl::OnProcessLaunched() { |
if (!child_process_->GetHandle()) { |
delete delegate_; // Will delete us |