Index: views/desktop/desktop_views_delegate.h |
diff --git a/views/desktop/desktop_views_delegate.h b/views/desktop/desktop_views_delegate.h |
index 145a29fc0c212508b7b5a3f0d98dbfd656706831..1704a9789a1581cc4ee34405b110e8078b9ed13c 100644 |
--- a/views/desktop/desktop_views_delegate.h |
+++ b/views/desktop/desktop_views_delegate.h |
@@ -23,11 +23,11 @@ class DesktopViewsDelegate : public ViewsDelegate { |
virtual void SaveWindowPlacement(const Widget* widget, |
const std::wstring& window_name, |
const gfx::Rect& bounds, |
- bool maximized) OVERRIDE; |
- virtual bool GetSavedWindowBounds(const std::wstring& window_name, |
- gfx::Rect* bounds) const OVERRIDE; |
- virtual bool GetSavedMaximizedState(const std::wstring& window_name, |
- bool* maximized) const OVERRIDE; |
+ ui::WindowShowState show_state) OVERRIDE; |
+ virtual bool GetSavedWindowPlacement( |
+ const std::wstring& window_name, |
+ gfx::Rect* bounds, |
+ ui::WindowShowState* show_state) const OVERRIDE; |
virtual void NotifyAccessibilityEvent( |
views::View* view, ui::AccessibilityTypes::Event event_type) OVERRIDE; |
virtual void NotifyMenuItemFocused( |