| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 8b9788ca0761fbba7c7c9db58f693dd4557896a0..85b6aae97d2d0b767e1477f05881085dbb433f5f 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;
|
|
|