| Index: chrome/browser/ui/panels/panel_browser_view.h
|
| diff --git a/chrome/browser/ui/panels/panel_browser_view.h b/chrome/browser/ui/panels/panel_browser_view.h
|
| index 00798fbd277307659463744bdf2369bd073f531c..a2dfba9e97835ee4fc8d33bf4783fecfd15d047f 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_view.h
|
| @@ -93,6 +93,7 @@ class PanelBrowserView : public BrowserView,
|
| virtual void ActivatePanel() OVERRIDE;
|
| virtual void DeactivatePanel() OVERRIDE;
|
| virtual bool IsPanelActive() const OVERRIDE;
|
| + virtual void PreventActivationByOS(bool prevent_activation) OVERRIDE;
|
| virtual gfx::NativeWindow GetNativePanelHandle() OVERRIDE;
|
| virtual void UpdatePanelTitleBar() OVERRIDE;
|
| virtual void UpdatePanelLoadingAnimations(bool should_animate) OVERRIDE;
|
|
|