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 b11e3575bf3613be7e226157515305435e8e2938..21497710b942995c5dfcd7622a893df5834cc4a3 100644 |
--- a/chrome/test/base/test_browser_window.h |
+++ b/chrome/test/base/test_browser_window.h |
@@ -48,6 +48,7 @@ class TestBrowserWindow : public BrowserWindow { |
virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE {} |
virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |
virtual gfx::Rect GetBounds() const OVERRIDE; |
+ virtual gfx::Rect GetContentBounds() const OVERRIDE; |
virtual bool IsMaximized() const OVERRIDE; |
virtual bool IsMinimized() const OVERRIDE; |
virtual void Maximize() OVERRIDE {} |