Skip to content

Commit

Permalink
[CrOS Bluetooth] Update HID detection revamp rollout to 0%
Browse files Browse the repository at this point in the history
Update kOobeHidDetectionRevamp client side field trial rollout to 0%
in Stable and 50% in Dev/Beta.

Bug: 263170917
Test: *HidDetectionRevampFieldTrial*
Change-Id: I06a4c9a332fce2a990b65f96b6d254e26c11e893
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4116954
Auto-Submit: Gordon Seto <gordonseto@google.com>
Commit-Queue: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Gordon Seto <gordonseto@google.com>
Reviewed-by: Kyle Horimoto <khorimoto@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1085559}
  • Loading branch information
Gordon Seto authored and Chromium LUCI CQ committed Dec 20, 2022
1 parent 414f7fe commit 6938076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ std::string CreateFreshTrial(
enabled_percent = 50;
break;
case version_info::Channel::STABLE:
enabled_percent = 1;
enabled_percent = 0;
break;
}
int disabled_percent = enabled_percent;
Expand Down

0 comments on commit 6938076

Please sign in to comment.