| 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 84ca4596af92f2b6610b15e0a1e60185d0d3f390..447d4451262f72b09ae9632a9f83e6f6b6c5a2cf 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -233,6 +233,9 @@ 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 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;
|
|
|