| Index: chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| index 4a3c6f198e91ebd4a630427d464a600497a837f1..c4c8068368bebf1751c6aae15930e00d56433ca5 100644
|
| --- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| @@ -646,14 +646,6 @@ static NSEvent* MakeMouseEvent(NSEventType type,
|
| }
|
| }
|
|
|
| -- (int)iconOnlyWidthInScreenCoordinates {
|
| - int width = kIconAndTextPadding * 2;
|
| - if (!icon_)
|
| - return width;
|
| -
|
| - return width + NSWidth([self convertRect:[icon_ frame] toView:nil]);
|
| -}
|
| -
|
| // (Private/TestingAPI)
|
| - (PanelWindowControllerCocoa*)controller {
|
| return controller_;
|
|
|