Index: chrome/browser/ui/panels/panel_browser_frame_view.h |
diff --git a/chrome/browser/ui/panels/panel_browser_frame_view.h b/chrome/browser/ui/panels/panel_browser_frame_view.h |
index ab6ba7646fed46148bab02fbc3abb7183f265933..b34bc6db258b5cdad24b1fe3ddabb940ec81216a 100644 |
--- a/chrome/browser/ui/panels/panel_browser_frame_view.h |
+++ b/chrome/browser/ui/panels/panel_browser_frame_view.h |
@@ -58,6 +58,10 @@ class PanelBrowserFrameView : public BrowserNonClientFrameView, |
// is drawn. |
gfx::Size IconifiedSize() const; |
+ // Returns the size of the non-client area upon which only the title icon |
+ // is drawn. |
+ gfx::Size IconOnlySize() const; |
+ |
protected: |
// Overridden from BrowserNonClientFrameView: |
virtual gfx::Rect GetBoundsForTabStrip(views::View* tabstrip) const OVERRIDE; |