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

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: Fixed messed up indentation 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 72ce6850f4674ee4ff48b145021051c40f29304e..437604b77af82b618f3a4332eaa5852241bcd2fa 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -237,7 +237,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