| 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 899ff392d581e6b6052cc91ea9f9ad3ab3dc6b75..da7841f88b02de73d0439828b905c5d560e71c6e 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;
|
|
|