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

Unified Diff: ash/ash_switches.h

Issue 199283002: Remove ash::switches::UseImmersiveFullscreenForAllWindows() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « no previous file | ash/ash_switches.cc » ('j') | ash/wm/window_state.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.h
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index c62c73a9ba4019f38b5d4d1867f35af2affec11d..1aea457f1c1aa915b4694f8e68d71166b051d577 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -35,8 +35,6 @@ ASH_EXPORT extern const char kAshDisableOverviewMode[];
ASH_EXPORT extern const char kAshEnableAdvancedGestures[];
ASH_EXPORT extern const char kAshEnableAlternateFrameCaptionButtonStyle[];
ASH_EXPORT extern const char kAshEnableBrightnessControl[];
-ASH_EXPORT extern const char kAshEnableImmersiveFullscreenForAllWindows[];
-ASH_EXPORT extern const char kAshEnableImmersiveFullscreenForBrowserOnly[];
#if defined(OS_CHROMEOS)
ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[];
ASH_EXPORT extern const char kAshEnableMultiUserTray[];
@@ -64,10 +62,6 @@ ASH_EXPORT bool UseAlternateFrameCaptionButtonStyle();
// Returns true if items can be dragged off the shelf to unpin.
ASH_EXPORT bool UseDragOffShelf();
-// Returns true if all windows (barring frameless apps) can be put into
-// immersive fullscreen via <F4>.
-ASH_EXPORT bool UseImmersiveFullscreenForAllWindows();
-
// Returns true if overview mode should be activated for window switching.
ASH_EXPORT bool UseOverviewMode();
« no previous file with comments | « no previous file | ash/ash_switches.cc » ('j') | ash/wm/window_state.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698