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.

(cherry picked from commit 6938076)

Fixed: b: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-Original-Commit-Position: refs/heads/main@{#1085559}
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4118959
Cr-Commit-Position: refs/branch-heads/5481@{#27}
Cr-Branched-From: 130f3e4-refs/heads/main@{#1084008}
  • Loading branch information
Gordon Seto authored and Chromium LUCI CQ committed Dec 20, 2022
1 parent 6348c36 commit d1c52d7
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 d1c52d7

Please sign in to comment.