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

Unified Diff: chrome/browser/ui/exclusive_access/fullscreen_controller.h

Issue 2089323002: Refactored FullscreenController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix comment and nits 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
Index: chrome/browser/ui/exclusive_access/fullscreen_controller.h
diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.h b/chrome/browser/ui/exclusive_access/fullscreen_controller.h
index 82a8a95e56bd6979bd941d90c82d65e61980d412..0a234b284ff7bd57d8058c4d0c43eb5518f21190 100644
--- a/chrome/browser/ui/exclusive_access/fullscreen_controller.h
+++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.h
@@ -175,8 +175,7 @@ class FullscreenController : public ExclusiveAccessControllerBase {
enum PriorFullscreenState {
STATE_INVALID,
STATE_NORMAL,
- STATE_BROWSER_FULLSCREEN_NO_TOOLBAR,
- STATE_BROWSER_FULLSCREEN_WITH_TOOLBAR,
+ STATE_BROWSER_FULLSCREEN,
};
// The state before entering tab fullscreen mode via webkitRequestFullScreen.
// When not in tab fullscreen, it is STATE_INVALID.

Powered by Google App Engine
This is Rietveld 408576698