Index: chrome/test/base/test_browser_window.h |
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h |
index 239460128d533001de64c1c6be4ec62bf6947ee8..1f84811c55245aa30c7b04eed5c58b8fb3260404 100644 |
--- a/chrome/test/base/test_browser_window.h |
+++ b/chrome/test/base/test_browser_window.h |
@@ -47,6 +47,7 @@ class TestBrowserWindow : public BrowserWindow { |
virtual void SetStarredState(bool is_starred) OVERRIDE {} |
virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE {} |
virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |
+ virtual ui::WindowShowState GetRestoredState() const OVERRIDE; |
virtual gfx::Rect GetBounds() const OVERRIDE; |
virtual bool IsMaximized() const OVERRIDE; |
virtual bool IsMinimized() const OVERRIDE; |