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

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

Issue 2628703002: [Mac] Hide Zoom Decoration for Default Zoom (Closed)
Patch Set: Fixed tests Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
diff --git a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
index b7c29e0833990c8314166d9606b95f45ed0364fd..ffd8b13546b39fc9540e306d9073c07c3a671ba9 100644
--- a/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
+++ b/chrome/browser/ui/cocoa/location_bar/zoom_decoration.h
@@ -46,11 +46,11 @@ class ZoomDecoration : public ImageDecoration,
// Virtual and protected for testing.
virtual void HideUI();
- // Show and update UI associated with the zoom decoration.
+ // Update UI associated with the zoom decoration.
// Virtual and protected for testing.
- virtual void ShowAndUpdateUI(zoom::ZoomController* zoom_controller,
- NSString* tooltip_string,
- bool location_bar_is_dark);
+ virtual void UpdateUI(zoom::ZoomController* zoom_controller,
+ NSString* tooltip_string,
+ bool location_bar_is_dark);
// Overridden from LocationBarDecoration:
gfx::VectorIconId GetMaterialVectorIconId() const override;
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/zoom_decoration.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698