| Index: chrome/test/test_browser_window.h
|
| diff --git a/chrome/test/test_browser_window.h b/chrome/test/test_browser_window.h
|
| index 22e36c1bdf3b00e44937ed563c161c90d7edf8a9..e4cb589842fd245f35167c44153b844cfc370354 100644
|
| --- a/chrome/test/test_browser_window.h
|
| +++ b/chrome/test/test_browser_window.h
|
| @@ -39,6 +39,7 @@ class TestBrowserWindow : public BrowserWindow {
|
| virtual bool IsMaximized() const { return false; }
|
| virtual void SetFullscreen(bool fullscreen) {}
|
| virtual bool IsFullscreen() const { return false; }
|
| + virtual bool IsFullscreenBubbleVisible() const { return false; }
|
| virtual LocationBar* GetLocationBar() const {
|
| return const_cast<TestLocationBar*>(&location_bar_);
|
| }
|
|
|