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 9cf273c92748c5046162a2bb0d61899833134c0e..3fad92f86608a0b9684da486eb6fecbe6b75e762 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -394,9 +394,10 @@ class BrowserView : public BrowserBubbleHost, |
virtual bool ExecuteWindowsCommand(int command_id) OVERRIDE; |
virtual std::wstring GetWindowName() const OVERRIDE; |
virtual void SaveWindowPlacement(const gfx::Rect& bounds, |
- bool maximized) OVERRIDE; |
+ ui::WindowShowState show_state) OVERRIDE; |
virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE; |
- virtual bool GetSavedMaximizedState(bool* maximized) const OVERRIDE; |
+ virtual bool GetSavedWindowShowState( |
+ ui::WindowShowState* show_state) const OVERRIDE; |
virtual views::View* GetContentsView() OVERRIDE; |
virtual views::ClientView* CreateClientView(views::Widget* widget) OVERRIDE; |
virtual void OnWindowBeginUserBoundsChange() OVERRIDE; |