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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc

Issue 2089323002: Refactored FullscreenController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test Created 4 years, 6 months 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
« no previous file with comments | « chrome/browser/ui/exclusive_access/fullscreen_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
index 954ae5bd8cdfaaabed755655d3e3891188e016ab..98a1a9249e521505f4bd9bd13e6475b82b74aaa3 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller_state_unittest.cc
@@ -48,7 +48,6 @@ class FullscreenControllerTestWindow : public TestBrowserWindow,
// BrowserWindow Interface:
bool ShouldHideUIForFullscreen() const override;
bool IsFullscreen() const override;
- void UpdateFullscreenWithToolbar(bool with_toolbar) override;
static const char* GetWindowStateString(WindowState state);
WindowState state() const { return state_; }
void set_browser(Browser* browser) { browser_ = browser; }
@@ -113,11 +112,6 @@ bool FullscreenControllerTestWindow::IsFullscreen() const {
#endif
}
-void FullscreenControllerTestWindow::UpdateFullscreenWithToolbar(
- bool with_toolbar) {
- EnterFullscreen();
-}
-
// static
const char* FullscreenControllerTestWindow::GetWindowStateString(
WindowState state) {
« no previous file with comments | « chrome/browser/ui/exclusive_access/fullscreen_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698