Skip to content

Commit

Permalink
Revert "[Bluetooth] Enable Bluetooth revamp HATS survey by default"
Browse files Browse the repository at this point in the history
This reverts commit 5759a43.

Reason for revert: This feature is controlled by finch and should not
be enabled by default.

Original change's description:
> [Bluetooth] Enable Bluetooth revamp HATS survey by default
>
> Bug: b/261899969
> Test: Ran cq and deployed to DUT.
> Change-Id: I339c805ff8abb9d3b1135c20ebef710d3ba78e97
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4166720
> Reviewed-by: Azeem Arshad <azeemarshad@chromium.org>
> Commit-Queue: Theo Johnson-kanu <tjohnsonkanu@google.com>
> Reviewed-by: Theo Johnson-kanu <tjohnsonkanu@google.com>
> Cr-Commit-Position: refs/heads/main@{#1092669}

Bug: b/261899969
Change-Id: Id311e3277307b3d50ebf688b898443cdc8ce2c37
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4442991
Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com>
Reviewed-by: Chad Duffin <chadduffin@chromium.org>
Reviewed-by: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Theo Johnson-kanu <tjohnsonkanu@google.com>
Cr-Commit-Position: refs/heads/main@{#1132232}
  • Loading branch information
Theo Johnson-Kanu authored and Chromium LUCI CQ committed Apr 18, 2023
1 parent 72ec687 commit 054aa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/common/chrome_features.cc
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ BASE_FEATURE(kHappinessTrackingSystem,
// survey.
BASE_FEATURE(kHappinessTrackingSystemBluetoothRevamp,
"HappinessTrackingSystemBluetoothRevamp",
base::FEATURE_ENABLED_BY_DEFAULT);
base::FEATURE_DISABLED_BY_DEFAULT);
// Enables or disables the Happiness Tracking System for the Ent survey.
BASE_FEATURE(kHappinessTrackingSystemEnt,
"HappinessTrackingSystemEnt",
Expand Down

0 comments on commit 054aa53

Please sign in to comment.