| 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 000eb96173cad19e2a41b8406dec695592a541ec..f2dc5c30702316aadcdcc07ed11d0ba00afebe9b 100644
|
| --- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| +++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.mm
|
| @@ -326,7 +326,8 @@ static NSEvent* MakeMouseEvent(NSEventType type,
|
| hoverImage:rb.GetNativeImageNamed(IDR_PANEL_RESTORE_H)
|
| pressedImage:rb.GetNativeImageNamed(IDR_PANEL_RESTORE_C)
|
| toolTip:l10n_util::GetNSStringWithFixup(IDS_PANEL_RESTORE_TOOLTIP)];
|
| - [restoreButton_ setHidden:YES]; // Only visible when panel is minimized.
|
| +
|
| + [controller_ updateTitleBarMinimizeRestoreButtonVisibility];
|
|
|
| [self updateCustomButtonsLayout];
|
|
|
|
|