Commit 383da178 authored by chinsenj's avatar chinsenj Committed by Commit Bot

cros: Enable InteractiveWindowCycleList by default.

This change enables interactive window cycle list, introducing new ways
to interact with alt-tab.

Fixed: 1067327
Change-Id: Ia93463d86134e22952ade8bc74b10cb4bc55ee66
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441257
Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org>
Reviewed-by: default avatarAhmed Fakhry <afakhry@chromium.org>
Cr-Commit-Position: refs/heads/master@{#812724}
parent b577fde8
......@@ -62,8 +62,8 @@ const base::Feature kLockScreenMediaControls{"LockScreenMediaControls",
const base::Feature kHideArcMediaNotifications{
"HideArcMediaNotifications", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kInteractiveWindowCycleList{"InteractiveWindowCycleList",
base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kInteractiveWindowCycleList{
"InteractiveWindowCycleList", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kManagedDeviceUIRedesign{"ManagedDeviceUIRedesign",
base::FEATURE_DISABLED_BY_DEFAULT};
......
......@@ -690,6 +690,9 @@ TEST_F(WindowCycleControllerTest, TabKeyNotLeaked) {
// While the UI is active, mouse events are captured.
TEST_F(WindowCycleControllerTest, MouseEventsCaptured) {
if (features::IsInteractiveWindowCycleListEnabled())
return;
// Set up a second root window
UpdateDisplay("1000x600,600x400");
aura::Window::Windows root_windows = Shell::GetAllRootWindows();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment