Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5334)

Unified Diff: chrome/test/base/test_browser_window.h

Issue 1480183002: Deleted fullscreen virtual methods in BrowserWindow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More Mac fixes. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698