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.cc | |
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.cc')
-rw-r--r-- | ash/ash_switches.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index a50a1ae..f11743dd 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -64,10 +64,6 @@ const char kAshEnablePowerButtonQuickLock[] = // Enables software based mirroring. const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring"; -// Enables gesture swipe to close windows while in Overview mode. -const char kAshEnableSwipeToCloseInOverviewMode[] = - "ash-enable-swipe-to-close-in-overview-mode"; - // Enables touch view testing. // TODO(skuhne): Remove TOGGLE_TOUCH_VIEW_TESTING accelerator once this // flag is removed. |