| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 56c747f2b878ed73c36ab6c52974faa904148c4e..9416253c7bbda8d8189a5ecdcdec658025fb8971 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -221,11 +221,6 @@
|
| star_decoration_->SetVisible(IsStarEnabled());
|
| }
|
|
|
| -void LocationBarViewMac::UpdateZoomViewVisibility() {
|
| - UpdateZoomDecoration(/*default_zoom_changed=*/false);
|
| - OnChanged();
|
| -}
|
| -
|
| void LocationBarViewMac::UpdateLocationBarVisibility(bool visible,
|
| bool animate) {
|
| // Track the target location bar visibility to avoid redundant transitions
|
|
|