| 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 e08aad6a3e84e2522cc9e9b8b694410d62e562a0..48788001a1cc3b8d829a81675d7919cb643ffc10 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -42,6 +42,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual gfx::Rect GetRestoredBounds() const OVERRIDE;
|
| virtual gfx::Rect GetBounds() const OVERRIDE;
|
| virtual bool IsMaximized() const OVERRIDE;
|
| + virtual bool IsMinimized() const OVERRIDE;
|
| virtual void SetFullscreen(bool fullscreen) OVERRIDE {}
|
| virtual bool IsFullscreen() const OVERRIDE;
|
| virtual bool IsFullscreenBubbleVisible() const OVERRIDE;
|
|
|