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

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, 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 68c5dd633774c26cd70a1086f6dd8844e38d47c8..58cb2ba6db3508c308582fada32468ce1a56ca75 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -248,7 +248,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;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/frame/browser_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698