| Index: chrome/browser/ui/panels/panel_browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_view.h (revision 98696)
|
| +++ chrome/browser/ui/panels/panel_browser_view.h (working copy)
|
| @@ -56,9 +56,7 @@
|
| virtual bool CanMaximize() const OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
| virtual void UpdateTitleBar() OVERRIDE;
|
| - virtual bool GetSavedWindowPlacement(
|
| - gfx::Rect* bounds,
|
| - ui::WindowShowState* show_state) const OVERRIDE;
|
| + virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE;
|
| virtual bool AcceleratorPressed(const views::Accelerator& accelerator)
|
| OVERRIDE;
|
|
|
|
|