Index: content/browser/renderer_host/render_process_host_impl.cc |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.cc (revision 180071) |
+++ content/browser/renderer_host/render_process_host_impl.cc (working copy) |
@@ -1161,8 +1161,6 @@ |
Source<RenderProcessHost>(this), |
NotificationService::NoDetails()); |
- GetContentClient()->browser()->RenderProcessHostDeleted(this); |
- |
MessageLoop::current()->DeleteSoon(FROM_HERE, this); |
deleting_soon_ = true; |
// It's important not to wait for the DeleteTask to delete the channel |