Skip to content

Commit

Permalink
Enable chrome://flags#exo-pointer-lock by default.
Browse files Browse the repository at this point in the history
BUG=b:203622329,b:227385147,chromium:927521

Change-Id: I22778928488f3c80b13960bde65b635508b47291
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3616551
Commit-Queue: Greg Kerr <kerrnel@chromium.org>
Auto-Submit: Chloe Pelling <cpelling@google.com>
Reviewed-by: Greg Kerr <kerrnel@chromium.org>
Cr-Commit-Position: refs/heads/main@{#999234}
  • Loading branch information
cpelling authored and Chromium LUCI CQ committed May 4, 2022
1 parent 4dc7b61 commit f004f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ash/constants/ash_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -631,9 +631,9 @@ const base::Feature kExoLockNotification{"ExoLockNotification",
const base::Feature kExoOrdinalMotion{"ExoOrdinalMotion",
base::FEATURE_DISABLED_BY_DEFAULT};

// Enable or disable pointer lock for Crostini windows.
// Enable or disable pointer lock for Crostini and Borealis windows.
const base::Feature kExoPointerLock{"ExoPointerLock",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};

// Allows RGB Keyboard to test new animations/patterns.
const base::Feature kExperimentalRgbKeyboardPatterns{
Expand Down

0 comments on commit f004f41

Please sign in to comment.