| Index: chrome/browser/chromeos/frame/panel_browser_view.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/frame/panel_browser_view.h (revision 98696)
|
| +++ chrome/browser/chromeos/frame/panel_browser_view.h (working copy)
|
| @@ -35,9 +35,8 @@
|
| virtual void UpdateTitleBar() OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
| - virtual bool GetSavedWindowPlacement(
|
| - gfx::Rect* bounds,
|
| - ui::WindowShowState* show_state) const OVERRIDE;
|
| + virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE;
|
| + virtual bool GetSavedMaximizedState(bool* maximized) const OVERRIDE;
|
|
|
| // views::Widget::Observer overrides.
|
| virtual void OnWidgetActivationChanged(views::Widget* widget,
|
|
|