| 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 5924cbeae9f910f79113f35c8bae9685da609842..77d30e9a69ef0d49f2f15e829de4d80df32cf444 100644
|
| --- a/chrome/browser/ui/gtk/browser_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/browser_window_gtk.h
|
| @@ -87,6 +87,9 @@ 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(ZoomTabHelper::ZoomIconState state,
|
| + int zoomPercent) OVERRIDE;
|
| + virtual void ShowZoomBubble(int zoomPercent) OVERRIDE;
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual bool IsMaximized() const OVERRIDE;
|
|
|