Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2187)

Unified Diff: ash/ash_switches.cc

Issue 690103008: Implemented swipe to close in overview mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed flackr's comments from Patch Set 7. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/overview/overview_animation_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index f11743dd64cd94505fba3a6ea8bae96dc40aa324..05fabb240712b141c47c11189dbaf59ae48e1280 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.
« no previous file with comments | « ash/ash_switches.h ('k') | ash/wm/overview/overview_animation_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698