| Index: chrome/browser/chromeos/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/chromeos/frame/browser_view.h (revision 98696)
|
| +++ chrome/browser/chromeos/frame/browser_view.h (working copy)
|
| @@ -61,9 +61,7 @@
|
| virtual void FocusChromeOSStatus() OVERRIDE;
|
| virtual views::LayoutManager* CreateLayoutManager() const OVERRIDE;
|
| virtual void ChildPreferredSizeChanged(View* child) OVERRIDE;
|
| - virtual bool GetSavedWindowPlacement(
|
| - gfx::Rect* bounds,
|
| - ui::WindowShowState* show_state) const OVERRIDE;
|
| + virtual bool GetSavedWindowBounds(gfx::Rect* bounds) const OVERRIDE;
|
| virtual void Cut() OVERRIDE;
|
| virtual void Copy() OVERRIDE;
|
| virtual void Paste() OVERRIDE;
|
|
|