| Index: chrome/browser/ui/panels/panel_browser_frame_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel_browser_frame_view.h (revision 97031)
|
| +++ chrome/browser/ui/panels/panel_browser_frame_view.h (working copy)
|
| @@ -43,6 +43,9 @@
|
| // frame, any title area, and any connected client edge.
|
| int NonClientTopBorderHeight() const;
|
|
|
| + // Returns the height of the panel in minimized state.
|
| + static int MinimizedPanelHeight();
|
| +
|
| protected:
|
| // Overridden from BrowserNonClientFrameView:
|
| virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE;
|
|
|