| 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 3c03d14d65496841e25934f918188103095de78c..177ff0e1de176cbccc8c5fc52753c3e6b02389a2 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -243,6 +243,10 @@ class BrowserView : public BrowserWindow,
|
| virtual bool IsActive() const OVERRIDE;
|
| virtual void FlashFrame(bool flash) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| + virtual gfx::Rect ContentBoundsForWindowBounds(
|
| + const gfx::Rect& window_bounds) const OVERRIDE;
|
| + virtual gfx::Rect WindowBoundsForContentBounds(
|
| + const gfx::Rect& content_bounds) const OVERRIDE;
|
| virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
| virtual BrowserWindowTesting* GetBrowserWindowTesting() OVERRIDE;
|
| virtual StatusBubble* GetStatusBubble() OVERRIDE;
|
|
|