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

Unified Diff: ash/common/ash_switches.cc

Issue 2129773002: [CrOS] Initial rough cut of alt-tab window cycling UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: derat comments Created 4 years, 5 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
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index ef0fb1c7a068a4466092cb342813c646906fc0c1..b0359e8f1607af331e797ba67bb4034af5f789da 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -75,6 +75,9 @@ const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
// flag is removed.
const char kAshEnableTouchViewTesting[] = "ash-enable-touch-view-testing";
+// Enables the window cycling UI (more visual feedback for alt-tab).
+const char kAshEnableWindowCycleUi[] = "ash-enable-window-cycle-ui";
varkha 2016/07/07 17:40:28 Not sure if we need this or could just use ash-md=
Evan Stade 2016/07/09 00:35:05 I think this is useful for when we want to launch
+
// When this flag is set, system sounds will not be played.
const char kAshDisableSystemSounds[] = "ash-disable-system-sounds";

Powered by Google App Engine
This is Rietveld 408576698