| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| index 05830d599e6ec2853d7087bca7755124f2cf3e09..cb62bd8f8c54f49f10803c4b410a75dff4e7346e 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -38,6 +38,12 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| virtual gfx::Size GetMinimumSize();
|
|
|
| protected:
|
| + BrowserView* browser_view() const { return browser_view_; }
|
| +
|
| + // Used to allow subclasses to reserve height for other components they
|
| + // will add. The space is reserved below the ClientView.
|
| + virtual int GetReservedHeight() const;
|
| +
|
| // Overridden from views::NonClientFrameView:
|
| virtual gfx::Rect GetBoundsForClientView() const;
|
| virtual bool AlwaysUseNativeFrame() const;
|
|
|