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

Unified Diff: ash/ash_switches.cc

Issue 14366004: cros: Turn immersive fullscreen on by default (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux_chromeos test expectation Created 7 years, 8 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 | « ash/ash_switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index a45546cb634b21f01363338f63ff3a355eff915e..3cf177b9ed314a37320c2ad47b03e9972db552e4 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -64,6 +64,10 @@ const char kAshDisablePerAppLauncher[] = "ash-disable-per-app-launcher";
// Disables display rotation.
const char kAshDisableDisplayRotation[] = "ash-disable-display-rotation";
+// Disable immersive fullscreen mode, regardless of default setting.
+const char kAshDisableImmersiveFullscreen[] =
+ "ash-disable-immersive-fullscreen";
+
// Disables ui scaling.
const char kAshDisableUIScaling[] = "ash-disable-ui-scaling";
@@ -74,6 +78,9 @@ const char kAshEnableAdvancedGestures[] = "ash-enable-advanced-gestures";
// main monitor as internal.
const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control";
+// Enable immersive fullscreen mode, regardless of default setting.
+const char kAshEnableImmersiveFullscreen[] = "ash-enable-immersive-fullscreen";
+
#if defined(OS_LINUX)
// Enable memory monitoring.
const char kAshEnableMemoryMonitor[] = "ash-enable-memory-monitor";
@@ -94,9 +101,6 @@ const char kAshEnableWorkspaceScrubbing[] = "ash-enable-workspace-scrubbing";
// "1024x768*2" sets the scale factor to 2 for a high DPI display.
const char kAshHostWindowBounds[] = "ash-host-window-bounds";
-// Enable immersive fullscreen mode.
-const char kAshImmersiveFullscreen[] = "ash-immersive-fullscreen";
-
// Hides the small tab indicators at the top of the screen during immersive
// fullscreen mode.
const char kAshImmersiveHideTabIndicators[] =
« no previous file with comments | « ash/ash_switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698