| Index: views/test/test_views_delegate.h
|
| ===================================================================
|
| --- views/test/test_views_delegate.h (revision 98696)
|
| +++ views/test/test_views_delegate.h (working copy)
|
| @@ -35,12 +35,13 @@
|
| virtual void SaveWindowPlacement(const Widget* window,
|
| const std::wstring& window_name,
|
| const gfx::Rect& bounds,
|
| - ui::WindowShowState show_state) OVERRIDE;
|
| - virtual bool GetSavedWindowPlacement(
|
| - const std::wstring& window_name,
|
| - gfx::Rect* bounds,
|
| - ui::WindowShowState* show_state) const OVERRIDE;
|
| + 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;
|
| +
|
| virtual void NotifyAccessibilityEvent(
|
| View* view, ui::AccessibilityTypes::Event event_type) OVERRIDE {}
|
|
|
|
|