| Index: chrome/browser/views/chrome_views_delegate.h
|
| ===================================================================
|
| --- chrome/browser/views/chrome_views_delegate.h (revision 16089)
|
| +++ chrome/browser/views/chrome_views_delegate.h (working copy)
|
| @@ -17,14 +17,11 @@
|
| virtual Clipboard* GetClipboard() const;
|
| virtual void SaveWindowPlacement(const std::wstring& window_name,
|
| const gfx::Rect& bounds,
|
| - bool maximized,
|
| - bool always_on_top);
|
| + bool maximized);
|
| virtual bool GetSavedWindowBounds(const std::wstring& window_name,
|
| gfx::Rect* bounds) const;
|
| virtual bool GetSavedMaximizedState(const std::wstring& window_name,
|
| bool* maximized) const;
|
| - virtual bool GetSavedAlwaysOnTopState(const std::wstring& window_name,
|
| - bool* always_on_top) const;
|
| #if defined(OS_WIN)
|
| virtual HICON GetDefaultWindowIcon() const;
|
| #endif
|
|
|