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

Unified Diff: ash/common/ash_switches.cc

Issue 2234233002: Enable ash window cycle UI by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more fixes Created 4 years, 4 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 1e45a7e2dd56d8ed5beda83d5847c874b4d821f0..ee32e4b334d5112497e28682e82551f11c4df760 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -78,9 +78,6 @@ const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";
// 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";
-
// Hides notifications that are irrelevant to Chrome OS device factory testing,
// such as battery level updates.
const char kAshHideNotificationsForFactory[] =

Powered by Google App Engine
This is Rietveld 408576698