Index: chrome/browser/chrome_content_browser_client.h |
=================================================================== |
--- chrome/browser/chrome_content_browser_client.h (revision 180071) |
+++ chrome/browser/chrome_content_browser_client.h (working copy) |
@@ -64,8 +64,6 @@ |
content::WebContents* embedder_web_contents) OVERRIDE; |
virtual void RenderProcessHostCreated( |
content::RenderProcessHost* host) OVERRIDE; |
- virtual void RenderProcessHostDeleted( |
- content::RenderProcessHost* host) OVERRIDE; |
virtual bool ShouldUseProcessPerSite(content::BrowserContext* browser_context, |
const GURL& effective_url) OVERRIDE; |
virtual GURL GetEffectiveURL(content::BrowserContext* browser_context, |