Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5664)

Unified Diff: chrome/browser/ui/location_bar/location_bar.h

Issue 2891883002: Revert of Updates Zoom bubble layout and adds +/- buttons (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698