| Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm
|
| index 8378993b42acf0d8b98143368c4714a60319d6c5..659f2a6e1a8744d6752b300a6add5d3bf94b5c9e 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm
|
| @@ -151,7 +151,7 @@ void ZoomDecoration::OnClose() {
|
| // If the page is at default zoom then hiding the zoom decoration
|
| // was suppressed while the bubble was open. Now that the bubble is
|
| // closed the decoration can be hidden.
|
| - if (IsVisible()) {
|
| + if (IsAtDefaultZoom() && IsVisible()) {
|
| SetVisible(false);
|
| owner_->OnDecorationsChanged();
|
| }
|
|
|