Index: chrome/browser/ui/gtk/browser_window_gtk.h |
=================================================================== |
--- chrome/browser/ui/gtk/browser_window_gtk.h (revision 152086) |
+++ chrome/browser/ui/gtk/browser_window_gtk.h (working copy) |
@@ -84,7 +84,9 @@ |
virtual void SetDevToolsDockSide(DevToolsDockSide side) OVERRIDE; |
virtual void UpdateLoadingAnimations(bool should_animate) OVERRIDE; |
virtual void SetStarredState(bool is_starred) OVERRIDE; |
- virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE; |
+ virtual void SetZoomIconState(ZoomController::ZoomIconState state) OVERRIDE; |
+ virtual void SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE; |
+ virtual void ShowZoomBubble(int zoom_percent) OVERRIDE; |
virtual gfx::Rect GetRestoredBounds() const OVERRIDE; |
virtual gfx::Rect GetBounds() const OVERRIDE; |
virtual bool IsMaximized() const OVERRIDE; |