| 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 7f8e078a84334113ecdb871e899059ad26d3491d..895c1d10715d0de8a17ae31f3235e3633fb7eaae 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -132,6 +132,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual void ShowInstant(TabContents* preview_contents) OVERRIDE {}
|
| virtual void HideInstant() OVERRIDE {}
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| + virtual bool IsInstantTabShowing() OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
| const gfx::Rect& bounds) OVERRIDE;
|
| virtual FindBar* CreateFindBar() OVERRIDE;
|
|
|