| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index 56c7e5d73713bada25772bdb563968fc4192da71..bfeb32623c7335fb1fca39a001975a68c3754d6a 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -45,6 +45,9 @@ class TestBrowserWindow : 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;
|
|
|