Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.json

Issue 2046463002: Remove WebFontsIntervention flag from fieldtrial testing config (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "AutofillClassifier": [ 2 "AutofillClassifier": [
3 { 3 {
4 "group_name": "Enabled" 4 "group_name": "Enabled"
5 } 5 }
6 ], 6 ],
7 "AutofillFieldMetadata": [ 7 "AutofillFieldMetadata": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 } 265 }
266 ], 266 ],
267 "VarationsServiceControl": [ 267 "VarationsServiceControl": [
268 { 268 {
269 "group_name": "Interval_30min", 269 "group_name": "Interval_30min",
270 "params": { 270 "params": {
271 "fetch_period_min": "30" 271 "fetch_period_min": "30"
272 } 272 }
273 } 273 }
274 ], 274 ],
275 "WebFontsIntervention": [
276 {
277 "group_name": "Enabled"
278 }
279 ],
280 "WebRTC-EnableWebRtcEcdsa": [ 275 "WebRTC-EnableWebRtcEcdsa": [
281 { 276 {
282 "enable_features": [ 277 "enable_features": [
283 "WebRTC-EnableWebRtcEcdsa" 278 "WebRTC-EnableWebRtcEcdsa"
284 ], 279 ],
285 "group_name": "Enabled" 280 "group_name": "Enabled"
286 } 281 }
287 ], 282 ],
288 "WebRTC-H264WithOpenH264FFmpeg": [ 283 "WebRTC-H264WithOpenH264FFmpeg": [
289 { 284 {
(...skipping 15 matching lines...) Expand all
305 ], 300 ],
306 "use-new-media-cache": [ 301 "use-new-media-cache": [
307 { 302 {
308 "enable_features": [ 303 "enable_features": [
309 "use-new-media-cache" 304 "use-new-media-cache"
310 ], 305 ],
311 "group_name": "Enabled" 306 "group_name": "Enabled"
312 } 307 }
313 ] 308 ]
314 } 309 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698