Commit 7534f393 authored by John Delaney's avatar John Delaney Committed by Commit Bot

Add fieldtrial testing config for Heavy Ads

Adds an enabled expirement for the Heavy Ads Intervention.

Change-Id: Icf8f645fb171f2d97568915bae595e23910dc5dd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300262Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Commit-Queue: John Delaney <johnidel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788736}
parent 4a033b92
...@@ -3239,6 +3239,25 @@ ...@@ -3239,6 +3239,25 @@
] ]
} }
], ],
"HeavyAdIntervention": [
{
"platforms": [
"android",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"HeavyAdIntervention"
]
}
]
}
],
"HideAutofillSuggestions": [ "HideAutofillSuggestions": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment