cros: Expose kInteractiveWinowCycleList flag to chrome.
The kInteractiveWindowCycleList flag was already created on the
ash-side but it was not linked with Chrome yet. This CL adds the flag,
allowing users to interact with Alt-Tab using their mouse, different
keys, and three-finger touchpad scroll.
The flag is disabled by default.
Test: Manual
Bug: 1067327
Change-Id: Iaa101a4705bf4b5c462cc38c5e33e9b75e51ca45
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410759
Commit-Queue: Jeremy Chinsen <[email protected]>
Reviewed-by: Sammie Quon <[email protected]>
Cr-Commit-Position: refs/heads/master@{#806844}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 55eba94e7..459d327 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -4186,6 +4186,12 @@
const char kIntentPickerPWAPersistenceDescription[] =
"Allow user to always open with PWA in intent picker.";
+const char kInteractiveWindowCycleList[] =
+ "Enable Alt-Tab interactivity improvements.";
+const char kInteractiveWindowCycleListDescription[] =
+ "Adds mouse behavior, three-finger touchpad swipe, left/right "
+ "arrow navigation, and space/enter confirmation to Alt-Tab.";
+
const char kLacrosSupportName[] = "LaCrOS support";
const char kLacrosSupportDescription[] =
"Support for the experimental lacros-chrome browser.";