Index: chrome/browser/ui/views/frame/browser_view.h |
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h |
index 1c8674da66a0c66fe8dbfdce61884f9023716e66..983375a278c7c7182c1bd926c23fd104cb72a76e 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -274,6 +274,7 @@ class BrowserView : 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; |