| Index: chrome/browser/ui/panels/native_panel.h
|
| diff --git a/chrome/browser/ui/panels/native_panel.h b/chrome/browser/ui/panels/native_panel.h
|
| index a3dd6756d1ca6c8e6345544978906d0acb6d8857..072cd823c16e4b5d6eef96903a312e1ab3a2931a 100644
|
| --- a/chrome/browser/ui/panels/native_panel.h
|
| +++ b/chrome/browser/ui/panels/native_panel.h
|
| @@ -77,10 +77,6 @@ class NativePanel {
|
|
|
| virtual int TitleOnlyHeight() const = 0;
|
|
|
| - // Returns the size of the iconified panel. This is the size we use to draw
|
| - // the panel put in the overflow area.
|
| - virtual gfx::Size IconOnlySize() const = 0;
|
| -
|
| // Brings the panel to the top of the z-order without activating it. This
|
| // will make sure that the panel is not obscured by other top-most windows.
|
| virtual void EnsurePanelFullyVisible() = 0;
|
|
|