Index: content/shell/browser/shell_devtools_frontend.h |
diff --git a/content/shell/browser/shell_devtools_frontend.h b/content/shell/browser/shell_devtools_frontend.h |
index 5fc3f5620ef53027f1b0216d8a823f4273086c4b..b67399fe55f7c43bff5fd2a29bc5de6021f6254c 100644 |
--- a/content/shell/browser/shell_devtools_frontend.h |
+++ b/content/shell/browser/shell_devtools_frontend.h |
@@ -41,7 +41,6 @@ class ShellDevToolsFrontend : public WebContentsObserver, |
virtual void RenderViewCreated(RenderViewHost* render_view_host) override; |
virtual void DocumentOnLoadCompletedInMainFrame() override; |
virtual void WebContentsDestroyed() override; |
- virtual void RenderProcessGone(base::TerminationStatus status) override; |
// content::DevToolsFrontendHost::Delegate implementation. |
virtual void HandleMessageFromDevToolsFrontend( |