summaryrefslogtreecommitdiffstats
path: root/ash/ash_switches.h
diff options
context:
space:
mode:
authorbruthig <bruthig@chromium.org>2015-02-19 17:18:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 01:19:58 +0000
commit636ede0d5534e176622c6afb317c9d1181a1bba9 (patch)
tree4bbde38dc379b894c0120b7ddca50bdcdbf717e2 /ash/ash_switches.h
parent28274b27a18a29c8a5d3bdda150f3c47e6a28584 (diff)
downloadchromium_src-636ede0d5534e176622c6afb317c9d1181a1bba9.zip
chromium_src-636ede0d5534e176622c6afb317c9d1181a1bba9.tar.gz
chromium_src-636ede0d5534e176622c6afb317c9d1181a1bba9.tar.bz2
Changed default value for swipe-to-close feature flag.
BUG=393668 Review URL: https://codereview.chromium.org/932703005 Cr-Commit-Position: refs/heads/master@{#317205}
Diffstat (limited to 'ash/ash_switches.h')
-rw-r--r--ash/ash_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ash_switches.h b/ash/ash_switches.h
index 50c8aca..2442aff 100644
--- a/ash/ash_switches.h
+++ b/ash/ash_switches.h
@@ -22,7 +22,6 @@ ASH_EXPORT extern const char kAshConstrainPointerToRoot[];
ASH_EXPORT extern const char kAshCopyHostBackgroundAtBoot[];
ASH_EXPORT extern const char kAshDebugShortcuts[];
ASH_EXPORT extern const char kAshDisableLockLayoutManager[];
-ASH_EXPORT extern const char kAshDisableSwipeToCloseInOverviewMode[];
#if defined(OS_CHROMEOS)
ASH_EXPORT extern const char kAshDisableScreenOrientationLock[];
#endif
@@ -34,6 +33,7 @@ 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[];