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

Unified Diff: ash/ash_switches.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/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 934cbac7debf95f1904567f1cb1a1022c8262c2d..43afdf51a3072bc27fbff8386be10cb11664f477 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -94,6 +94,10 @@ const char kAshEnableDockedWindows[] = "ash-enable-docked-windows";
// Disable dragging items off the shelf to unpin them.
const char kAshDisableDragOffShelf[] = "ash-disable-drag-off-shelf";
+// Enables putting apps into immersive fullscreen via <F4>.
+const char kAshEnableAppImmersiveFullscreen[] =
+ "ash-enable-app-immersive-fullscreen";
oshima 2013/11/07 18:56:13 shouldn't this be in apps/switches? (ash doesn't h
pkotwicz 2013/11/07 22:21:48 It should probably stay here because the switch wi
oshima 2013/11/08 00:26:29 If that's the case, this should be in chrome/commo
pkotwicz 2013/11/08 01:16:57 I do not think that we want to eventually support
oshima 2013/11/08 18:22:29 Ash should not know about apps v1/v2 stuff, and th
+
#if defined(OS_CHROMEOS)
// Enables the "full multi profile mode" - as it was in M-31.
const char kAshEnableFullMultiProfileMode[] =

Powered by Google App Engine
This is Rietveld 408576698