| 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 0e4bfcda3ebba37489a5eb2893a79a2288f3479a..fc2ff33b81c31e0f7ff7a622a89641fef2596311 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -62,13 +62,6 @@ class TestBrowserWindow : public BrowserWindow {
|
| void Maximize() override {}
|
| void Minimize() override {}
|
| void Restore() override {}
|
| - void EnterFullscreen(const GURL& url,
|
| - ExclusiveAccessBubbleType type,
|
| - bool with_toolbar) override {}
|
| - void ExitFullscreen() override {}
|
| - void UpdateExclusiveAccessExitBubbleContent(
|
| - const GURL& url,
|
| - ExclusiveAccessBubbleType bubble_type) override {}
|
| bool ShouldHideUIForFullscreen() const override;
|
| bool IsFullscreen() const override;
|
| bool IsFullscreenBubbleVisible() const override;
|
|
|