diff options
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index f11743dd..05fabb2 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -39,6 +39,10 @@ const char kAshDisableScreenOrientationLock[] = "ash-disable-screen-orientation-lock"; #endif +// Disables gesture swipe to close windows while in Overview mode. +const char kAshDisableSwipeToCloseInOverviewMode[] = + "ash-disable-swipe-to-close-in-overview-mode"; + // Disable the Touch Exploration Mode. Touch Exploration Mode will no longer be // turned on automatically when spoken feedback is enabled when this flag is // set. |