| 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 dd19895e92d8bab5947e5f7f827c10a1f9774deb..b1527c7a9af7c34dc994b8a626c62c12efaefd08 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(ZoomController::ZoomIconState state) OVERRIDE {}
|
| + virtual void SetZoomIconTooltipPercent(int zoom_percent) OVERRIDE {}
|
| + virtual void ShowZoomBubble(int zoomPercent) OVERRIDE {}
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual bool IsMaximized() const OVERRIDE;
|
|
|