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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 10494004: Implements a zoom icon in the Omnibox for Views. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressed comments, improved code executed when a new bubble is opened when another already exists Created 8 years, 6 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/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 8c2c6fabec68cf0ca7fb4c311a8f7b641bc55e9b..7d9c2151a8a4af351535d3b51b4712db6d724ebf 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -241,7 +241,8 @@ class BrowserView : public BrowserWindow,
virtual void SetDevToolsDockSide(DevToolsDockSide side) OVERRIDE;
virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE;
virtual void SetStarredState(bool is_starred) OVERRIDE;
- virtual void SetZoomIconState(ZoomController::ZoomIconState state) OVERRIDE;
+ virtual void SetZoomIconState(
+ ZoomController::ZoomIconState zoom_icon_state) OVERRIDE;
virtual void SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE;
virtual void ShowZoomBubble(int zoom_percent) OVERRIDE;
virtual gfx::Rect GetRestoredBounds() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698