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

Unified Diff: ash/wm/window_state_delegate.cc

Issue 59043013: Add flag to enable immersive fullscreen for v2 apps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: ash/wm/window_state_delegate.cc
diff --git a/ash/wm/window_state_delegate.cc b/ash/wm/window_state_delegate.cc
index 00040735ea4d4d7fb84ddb47fe2bba1ac0efe764..cc1cc5180961a3c3ee25f1825f210798d6e93a16 100644
--- a/ash/wm/window_state_delegate.cc
+++ b/ash/wm/window_state_delegate.cc
@@ -13,7 +13,11 @@ WindowStateDelegate::WindowStateDelegate() {
WindowStateDelegate::~WindowStateDelegate() {
}
-bool WindowStateDelegate::ToggleFullscreen(WindowState* window_state) {
+bool WindowStateDelegate::EnterImmersiveFullscreen(WindowState* window_state) {
+ return false;
+}
+
+bool WindowStateDelegate::ExitFullscreen(WindowState* window_state) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698