| 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 db49774e91b8d4be1854c8ea5a4f9b21102fcc44..58a86899daf49d18746c22f92a9ecf6447afd298 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -130,7 +130,9 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual void ExitPresentationMode() OVERRIDE {}
|
| virtual bool InPresentationMode() OVERRIDE;
|
| #endif
|
| -
|
| +#if defined(USE_ASH)
|
| + virtual bool IsImmersiveMode() const OVERRIDE;
|
| +#endif
|
| virtual gfx::Rect GetInstantBounds() OVERRIDE;
|
| virtual bool IsInstantTabShowing() OVERRIDE;
|
| virtual WindowOpenDisposition GetDispositionForPopupBounds(
|
|
|