Commit 913411de authored by Marc Treib's avatar Marc Treib Committed by Commit Bot

Add fieldtrial testing config for NTPUseGoogleLocalNtp

This includes the features UseGoogleLocalNtp, DoodlesOnLocalNtp, and
VoiceSearchOnLocalNtp. The latter already had a testing config, which
is now merged into this one.

Bug: 583289
Change-Id: I00246241281f5365dcaab9f2d7bdc89ea3123e23
Reviewed-on: https://chromium-review.googlesource.com/789835
Commit-Queue: Alexei Svitkine <asvitkine@chromium.org>
Reviewed-by: default avatarAlexei Svitkine <asvitkine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#520151}
parent ceac99a7
...@@ -2106,6 +2106,29 @@ ...@@ -2106,6 +2106,29 @@
] ]
} }
], ],
"NTPUseGoogleLocalNtp": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"params": {
"local_ntp_interactive_doodles": "false"
},
"enable_features": [
"DoodlesOnLocalNtp",
"UseGoogleLocalNtp",
"VoiceSearchOnLocalNtp"
]
}
]
}
],
"NetAdaptiveProxyConnectionTimeout": [ "NetAdaptiveProxyConnectionTimeout": [
{ {
"platforms": [ "platforms": [
...@@ -4061,24 +4084,6 @@ ...@@ -4061,24 +4084,6 @@
] ]
} }
], ],
"VoiceSearchOnLocalNtp": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"win"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"VoiceSearchOnLocalNtp"
]
}
]
}
],
"VsyncAlignedInput": [ "VsyncAlignedInput": [
{ {
"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