Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index d66ac0d3e18a45f9dacd98a4d78852639aacdc0d..0e6d0bb47d04c1416d91643bafa1b35c99240b53 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -549,7 +549,8 @@ class Browser : public TabStripModelObserver, |
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; |