Commit 4bd33d22 authored by Theresa's avatar Theresa Committed by Commit Bot

[Simplified NTP] Update fieldtrial testing config

Update fieldtrial testing config for experiment with scroll-to-load
disabled.

BUG=

Change-Id: Ibb8c76592c12addd3c2f807fe9d338665f30e0c0
Reviewed-on: https://chromium-review.googlesource.com/1110850
Commit-Queue: Theresa <twellington@chromium.org>
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569411}
parent 0e1ce677
...@@ -3755,18 +3755,24 @@ ...@@ -3755,18 +3755,24 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Enabled_NoScrollToLoad",
"enable_features": [ "enable_features": [
"SimplifiedNTP" "SimplifiedNTP"
],
"disable_features": [
"ContentSuggestionsScrollToLoad"
] ]
}, },
{ {
"name": "Enabled_Ablation", "name": "Enabled_Ablation_NoScrollToLoad",
"params": { "params": {
"simplified_ntp_ablation": "true" "simplified_ntp_ablation": "true"
}, },
"enable_features": [ "enable_features": [
"SimplifiedNTP" "SimplifiedNTP"
],
"disable_features": [
"ContentSuggestionsScrollToLoad"
] ]
} }
] ]
......
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