| Index: chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/panels/panel_browser_window_gtk.h b/chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| index d7b3608a3ccb9b453c29f0034de1f35d13f7f5f6..c879651b31fdb7870987ed02046db4ae85a8f6ad 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_window_gtk.h
|
| @@ -78,6 +78,7 @@ class PanelBrowserWindowGtk : public BrowserWindowGtk,
|
| 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;
|
|
|