| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 180071)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -119,9 +119,6 @@
|
| // embedder's IPC filters have priority.
|
| virtual void RenderProcessHostCreated(RenderProcessHost* host) {}
|
|
|
| - // Notifies that a RenderProcessHost is about to be deleted.
|
| - virtual void RenderProcessHostDeleted(RenderProcessHost* host) {}
|
| -
|
| // Notifies that a BrowserChildProcessHost has been created.
|
| virtual void BrowserChildProcessHostCreated(BrowserChildProcessHost* host) {}
|
|
|
|
|