diff options
author | bruthig <bruthig@chromium.org> | 2015-03-02 08:13:25 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-02 16:14:12 +0000 |
commit | f64ae1722fbf21c6024abc2720507e051d1fa7ad (patch) | |
tree | 3e3f82acab38143ada2e1d91bd90556fd7978c41 /ash/ash_switches.h | |
parent | a4550d6f45ce9c1af6b1e4703cbfd39b6664a4d1 (diff) | |
download | chromium_src-f64ae1722fbf21c6024abc2720507e051d1fa7ad.zip chromium_src-f64ae1722fbf21c6024abc2720507e051d1fa7ad.tar.gz chromium_src-f64ae1722fbf21c6024abc2720507e051d1fa7ad.tar.bz2 |
Removed the "Swipe to close in overview" feature.
BUG=393668
Review URL: https://codereview.chromium.org/965813003
Cr-Commit-Position: refs/heads/master@{#318706}
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r-- | ash/ash_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h index 2442aff..4edb61e 100644 --- a/ash/ash_switches.h +++ b/ash/ash_switches.h @@ -33,7 +33,6 @@ ASH_EXPORT extern const char kAshEnableMagnifierKeyScroller[]; ASH_EXPORT extern const char kAshEnableMirroredScreen[]; ASH_EXPORT extern const char kAshEnablePowerButtonQuickLock[]; ASH_EXPORT extern const char kAshEnableSoftwareMirroring[]; -ASH_EXPORT extern const char kAshEnableSwipeToCloseInOverviewMode[]; ASH_EXPORT extern const char kAshEnableSystemSounds[]; ASH_EXPORT extern const char kAshEnableTouchViewTesting[]; ASH_EXPORT extern const char kAshHideNotificationsForFactory[]; |