Index: ash/ash_switches.cc |
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc |
index 6bd34cb72a04501a783d5e21619ef9a188ed4aed..8cddb55d247ecedf2612d9628c28bac995772d56 100644 |
--- a/ash/ash_switches.cc |
+++ b/ash/ash_switches.cc |
@@ -70,15 +70,6 @@ const char kAshEnableAlternateFrameCaptionButtonStyle[] = |
// main monitor as internal. |
const char kAshEnableBrightnessControl[] = "ash-enable-brightness-control"; |
-// Enables putting all windows into immersive fullscreen via <F4>. |
-const char kAshEnableImmersiveFullscreenForAllWindows[] = |
- "ash-enable-immersive-all-windows"; |
- |
-// Enables putting only browser windows into immersive fullscreen via <F4>. |
-// <F4> puts all other windows into non-immersive fullscreen. |
-const char kAshEnableImmersiveFullscreenForBrowserOnly[] = |
- "ash-enable-immersive-browser-only"; |
- |
#if defined(OS_CHROMEOS) |
// Enables key bindings to scroll magnified screen. |
const char kAshEnableMagnifierKeyScroller[] = |
@@ -146,11 +137,6 @@ bool UseAlternateFrameCaptionButtonStyle() { |
HasSwitch(kAshDisableAlternateFrameCaptionButtonStyle); |
} |
-bool UseImmersiveFullscreenForAllWindows() { |
- return !CommandLine::ForCurrentProcess()->HasSwitch( |
- kAshEnableImmersiveFullscreenForBrowserOnly); |
-} |
- |
bool UseOverviewMode() { |
return !CommandLine::ForCurrentProcess()->HasSwitch(kAshDisableOverviewMode); |
} |