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

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: Created 8 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/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 447d4451262f72b09ae9632a9f83e6f6b6c5a2cf..44f55843431ac42193b2a36019544c36c2a4bc4c 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -233,7 +233,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