| 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 98fe09cb108a14a5427a554774ed5774b54bde1b..dc5159abc74c491b192f02148bdf6ff091b3592d 100644
|
| --- a/chrome/browser/ui/panels/panel_host.h
|
| +++ b/chrome/browser/ui/panels/panel_host.h
|
| @@ -59,7 +59,6 @@ class PanelHost : public content::WebContentsDelegate,
|
| bool user_gesture,
|
| bool* was_blocked) override;
|
| void ActivateContents(content::WebContents* contents) override;
|
| - void DeactivateContents(content::WebContents* contents) override;
|
| void LoadingStateChanged(content::WebContents* source,
|
| bool to_different_document) override;
|
| void CloseContents(content::WebContents* source) override;
|
|
|