| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc (revision 98696)
|
| +++ chrome/browser/ui/views/bookmarks/bookmark_bar_view_test.cc (working copy)
|
| @@ -74,13 +74,15 @@
|
| virtual void SaveWindowPlacement(const views::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 {
|
| return false;
|
| }
|
| + virtual bool GetSavedMaximizedState(const std::wstring& window_name,
|
| + bool* maximized) const OVERRIDE {
|
| + return false;
|
| + }
|
|
|
| virtual void NotifyAccessibilityEvent(
|
| views::View* view, ui::AccessibilityTypes::Event event_type) OVERRIDE {}
|
|
|