| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/browser_window_gtk.h b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| index 8da72d50e7790d2975a59231355e6b68ed10b683..6384a9b48f971fb5eb4a5cf3c66560c209a092a9 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -85,9 +85,7 @@ class BrowserWindowGtk : 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 SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE;
|
| - virtual void ShowZoomBubble(int zoom_percent) OVERRIDE;
|
| + virtual void ZoomChangedForActiveTab(bool can_show_bubble) OVERRIDE;
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual bool IsMaximized() const OVERRIDE;
|
|
|