| 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 f6383dac529c7005ba4c0aa450851e593ad6f8c7..02a01e0d8464ba061a0d77aea8be99b4d79851b5 100644
|
| --- a/chrome/browser/ui/panels/panel_browser_frame_view.h
|
| +++ b/chrome/browser/ui/panels/panel_browser_frame_view.h
|
| @@ -44,10 +44,6 @@ class PanelBrowserFrameView : public BrowserNonClientFrameView,
|
| // the size of the client area.
|
| gfx::Size NonClientAreaSize() const;
|
|
|
| - // Returns the size of the non-client area upon which only the title icon
|
| - // is drawn.
|
| - gfx::Size IconOnlySize() const;
|
| -
|
| // Returns true if the frame window is showing only the titlebar.
|
| bool IsShowingTitlebarOnly() const;
|
|
|
|
|