diff options
author | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 23:57:00 +0000 |
---|---|---|
committer | pkotwicz@chromium.org <pkotwicz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-13 23:57:00 +0000 |
commit | 2f7b7fc4ca3965b503ba23f3045ab4d0020a4106 (patch) | |
tree | 0d55e4c1b0c674e40e9fcc0cecffbde0bbd1df2f /ash/ash_switches.h | |
parent | 30f0115492172f36a53d59c2571798129d63cb76 (diff) | |
download | chromium_src-2f7b7fc4ca3965b503ba23f3045ab4d0020a4106.zip chromium_src-2f7b7fc4ca3965b503ba23f3045ab4d0020a4106.tar.gz chromium_src-2f7b7fc4ca3965b503ba23f3045ab4d0020a4106.tar.bz2 |
Remove ash::switches::UseImmersiveFullscreenForAllWindows(). We are not considering turning the feature off. Remove its flag and get rid of some code complexity
BUG=None
TEST=None
R=oshima
TBR=jamescook, benwells for trivial removal of checking ash::switches::UseImmersiveFullscreenForAllWindows()
Review URL: https://codereview.chromium.org/199283002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@256952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 7dae4e0..80ab2db 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -29,8 +29,6 @@ ASH_EXPORT extern const char kAshDisableAlternateShelfLayout[]; ASH_EXPORT extern const char kAshDisableDockedWindows[]; 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[]; @@ -62,10 +60,6 @@ ASH_EXPORT bool UseAlternateShelfLayout(); // 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 docked windows feature is enabled. ASH_EXPORT bool UseDockedWindows(); |