Index: chrome/browser/ui/panels/panel_host.h |
diff --git a/chrome/browser/ui/panels/panel_host.h b/chrome/browser/ui/panels/panel_host.h |
index 217d228fbc9ca2cb0ec8fa1d886bfe4a2b062e6d..3277c3bd92b84f5010f9c5b802246427da821790 100644 |
--- a/chrome/browser/ui/panels/panel_host.h |
+++ b/chrome/browser/ui/panels/panel_host.h |
@@ -80,8 +80,7 @@ class PanelHost : public content::WebContentsDelegate, |
virtual void RenderViewCreated( |
content::RenderViewHost* render_view_host) OVERRIDE; |
virtual void RenderProcessGone(base::TerminationStatus status) OVERRIDE; |
- virtual void WebContentsDestroyed( |
- content::WebContents* web_contents) OVERRIDE; |
+ virtual void WebContentsDestroyed() OVERRIDE; |
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE; |
// extensions::ExtensionFunctionDispatcher::Delegate overrides. |