diff options
Diffstat (limited to 'chrome/browser/ui/gtk/browser_window_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/browser_window_gtk.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h index 5ff445f..67dac6b 100644 --- a/chrome/browser/ui/gtk/browser_window_gtk.h +++ b/chrome/browser/ui/gtk/browser_window_gtk.h @@ -59,13 +59,13 @@ class PrefRegistrySyncable; // An implementation of BrowserWindow for GTK. Cross-platform code will interact // with this object when it needs to manipulate the window. -class BrowserWindowGtk : - public BrowserWindow, - public content::NotificationObserver, - public TabStripModelObserver, - public ui::ActiveWindowWatcherXObserver, - public InfoBarContainer::Delegate, - public extensions::ExtensionKeybindingRegistry::Delegate { +class BrowserWindowGtk + : public BrowserWindow, + public content::NotificationObserver, + public TabStripModelObserver, + public ui::ActiveWindowWatcherXObserver, + public InfoBarContainer::Delegate, + public extensions::ExtensionKeybindingRegistry::Delegate { public: explicit BrowserWindowGtk(Browser* browser); virtual ~BrowserWindowGtk(); @@ -95,6 +95,7 @@ class BrowserWindowGtk : virtual void SetStarredState(bool is_starred) OVERRIDE; virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE; virtual gfx::Rect GetRestoredBounds() const OVERRIDE; + virtual ui::WindowShowState GetRestoredState() const OVERRIDE; virtual gfx::Rect GetBounds() const OVERRIDE; virtual bool IsMaximized() const OVERRIDE; virtual bool IsMinimized() const OVERRIDE; |