Skip to content

Commit

Permalink
Disable Input Device Settings Split
Browse files Browse the repository at this point in the history
Bug: b/286465438
Change-Id: I4842a1a278cb1c393048ee14ad0e44298dc10e17
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4609462
Reviewed-by: Jimmy Gong <jimmyxgong@chromium.org>
Commit-Queue: David Padlipsky <dpad@google.com>
Cr-Commit-Position: refs/branch-heads/5790@{#723}
Cr-Branched-From: 1d71a33-refs/heads/main@{#1148114}
  • Loading branch information
dpadlipsky authored and Chromium LUCI CQ committed Jun 13, 2023
1 parent c08a3ed commit ce59f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ash/constants/ash_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2468,7 +2468,7 @@ const base::FeatureParam<int> kDeviceForceScheduledRebootMaxDelay{
// Enables settings to be split per device.
BASE_FEATURE(kInputDeviceSettingsSplit,
"InputDeviceSettingsSplit",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);

// Enables or disables whether to store UMA logs per-user and whether metrics
// consent is per-user.
Expand Down

0 comments on commit ce59f61

Please sign in to comment.