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 37ab05bd4c944dd9dbe493cc3cfe633e92a7e1ec..d383f630c168c27739a5f2c4f3146b951f61b961 100644 |
--- a/chrome/browser/ui/panels/panel_host.h |
+++ b/chrome/browser/ui/panels/panel_host.h |
@@ -61,7 +61,8 @@ class PanelHost : public content::WebContentsDelegate, |
bool* was_blocked) OVERRIDE; |
virtual void ActivateContents(content::WebContents* contents) OVERRIDE; |
virtual void DeactivateContents(content::WebContents* contents) OVERRIDE; |
- virtual void LoadingStateChanged(content::WebContents* source) OVERRIDE; |
+ virtual void LoadingStateChanged(content::WebContents* source, |
+ bool to_different_document) OVERRIDE; |
virtual void CloseContents(content::WebContents* source) OVERRIDE; |
virtual void MoveContents(content::WebContents* source, |
const gfx::Rect& pos) OVERRIDE; |