Skip to content

Commit

Permalink
Add field trial config for disabling GCM account tracking
Browse files Browse the repository at this point in the history
Bug: 1354621
Change-Id: Iad351d5bd7d8904c5e9345f4863cbebf6451257d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4302971
Reviewed-by: Finnur Thorarinsson <finnur@chromium.org>
Commit-Queue: Susanne Westphal <swestphal@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1112177}
  • Loading branch information
s-westphal authored and Chromium LUCI CQ committed Mar 2, 2023
1 parent eae6f8d commit 01540b0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5327,6 +5327,25 @@
]
}
],
"GCMAccountTokenReporting": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "BothDisabled20230222",
"disable_features": [
"GCMIncludeAccountTokensInCheckinRequest",
"GCMReportAccountTokenChanges"
]
}
]
}
],
"GMSCoreEmoji": [
{
"platforms": [
Expand Down

0 comments on commit 01540b0

Please sign in to comment.