| Index: chrome/browser/ui/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.h (revision 98696)
|
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy)
|
| @@ -394,10 +394,9 @@
|
| virtual bool ExecuteWindowsCommand(int command_id) OVERRIDE;
|
| virtual std::wstring GetWindowName() const OVERRIDE;
|
| virtual void SaveWindowPlacement(const gfx::Rect& bounds,
|
| - ui::WindowShowState show_state) OVERRIDE;
|
| - virtual bool GetSavedWindowPlacement(
|
| - gfx::Rect* bounds,
|
| - ui::WindowShowState* show_state) const OVERRIDE;
|
| + bool maximized) OVERRIDE;
|
| + virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE;
|
| + virtual bool GetSavedMaximizedState(bool* maximized) const OVERRIDE;
|
| virtual views::View* GetContentsView() OVERRIDE;
|
| virtual views::ClientView* CreateClientView(views::Widget* widget) OVERRIDE;
|
| virtual void OnWindowBeginUserBoundsChange() OVERRIDE;
|
|
|