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

Unified Diff: chrome/browser/ui/gtk/location_bar_view_gtk.h

Issue 10736028: Refactor browser window zoom handling and enable zoom icon on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 5 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/gtk/location_bar_view_gtk.h
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.h b/chrome/browser/ui/gtk/location_bar_view_gtk.h
index 4532c5a5a311c05738322244efa9def972aa56c1..57c5a91fb7a39bf6255112deb9069e324c7400e5 100644
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.h
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.h
@@ -108,11 +108,7 @@ class LocationBarViewGtk : public OmniboxEditController,
// Shows the Chrome To Mobile bubble.
void ShowChromeToMobileBubble();
- // Sets the tooltip for the zoom icon.
- void SetZoomIconTooltipPercent(int zoom_percent);
-
- // Sets the zoom icon state.
- void SetZoomIconState(ZoomController::ZoomIconState zoom_icon_state);
+ void ZoomChangedForActiveTab(bool can_show_bubble);
// Set the starred state of the bookmark star.
void SetStarred(bool starred);

Powered by Google App Engine
This is Rietveld 408576698