diff options
Diffstat (limited to 'chrome/browser/views/chrome_views_delegate.h')
-rw-r--r-- | chrome/browser/views/chrome_views_delegate.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/browser/views/chrome_views_delegate.h b/chrome/browser/views/chrome_views_delegate.h index 007e7b0..346fd73 100644 --- a/chrome/browser/views/chrome_views_delegate.h +++ b/chrome/browser/views/chrome_views_delegate.h @@ -17,14 +17,11 @@ class ChromeViewsDelegate : public views::ViewsDelegate { 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 |