Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index d307e87e3aba84ef1c36eb7283020fe5ff2f2c10..4744a1724156c5ad0251f0171b5f02ca7f6c8bbb 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -276,6 +276,7 @@ class BrowserView : public BrowserWindow, |
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; |