| Index: chrome/browser/ui/location_bar/location_bar.h
|
| diff --git a/chrome/browser/ui/location_bar/location_bar.h b/chrome/browser/ui/location_bar/location_bar.h
|
| index e90e3f9565126a91bedc929cde117f9a265aab3d..91da7b782a92c9f6bad1626a61b03201908a07eb 100644
|
| --- a/chrome/browser/ui/location_bar/location_bar.h
|
| +++ b/chrome/browser/ui/location_bar/location_bar.h
|
| @@ -58,9 +58,6 @@
|
| // Updates the visibility of the bookmark star.
|
| virtual void UpdateBookmarkStarVisibility() = 0;
|
|
|
| - // Updates the visibility of the zoom icon.
|
| - virtual void UpdateZoomViewVisibility() = 0;
|
| -
|
| // Updates the visibility of the location bar. Animates the transition if
|
| // |animate| is true.
|
| virtual void UpdateLocationBarVisibility(bool visible, bool animate) = 0;
|
|
|