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 f2732c27e25f36eb0ffb6256e9f5169e7a05ed11..6a0b59268f54a88261ec2a0c7018869d28f97059 100644 |
--- a/chrome/browser/ui/panels/panel_host.h |
+++ b/chrome/browser/ui/panels/panel_host.h |
@@ -47,6 +47,9 @@ class PanelHost : public content::WebContentsDelegate, |
SkBitmap GetPageIcon() const; |
// content::WebContentsDelegate overrides. |
+ virtual content::WebContents* OpenURLFromTab( |
+ content::WebContents* source, |
+ const content::OpenURLParams& params) OVERRIDE; |
virtual void NavigationStateChanged(const content::WebContents* source, |
unsigned changed_flags) OVERRIDE; |
virtual void ActivateContents(content::WebContents* contents) OVERRIDE; |