| 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 91634b808430b77a7c1fadeb1abd5f984263b9fb..6ecd8660a46a5ef28fffe5b2cec85ae4231c6d46 100644
|
| --- a/chrome/browser/ui/panels/panel_host.h
|
| +++ b/chrome/browser/ui/panels/panel_host.h
|
| @@ -58,7 +58,8 @@ class PanelHost : public content::WebContentsDelegate,
|
| const gfx::Rect& initial_rect,
|
| bool user_gesture,
|
| bool* was_blocked) override;
|
| - void ActivateContents(content::WebContents* contents) override;
|
| + void ActivateContents(content::WebContents* contents,
|
| + bool user_gesture) override;
|
| void DeactivateContents(content::WebContents* contents) override;
|
| void LoadingStateChanged(content::WebContents* source,
|
| bool to_different_document) override;
|
|
|