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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 } 320 }
321 ], 321 ],
322 "VarationsServiceControl": [ 322 "VarationsServiceControl": [
323 { 323 {
324 "group_name": "Interval_30min", 324 "group_name": "Interval_30min",
325 "params": { 325 "params": {
326 "fetch_period_min": "30" 326 "fetch_period_min": "30"
327 } 327 }
328 } 328 }
329 ], 329 ],
330 "WebFontsIntervention": [
331 {
332 "group_name": "Enabled"
333 }
334 ],
335 "WebRTC-EnableWebRtcEcdsa": [ 330 "WebRTC-EnableWebRtcEcdsa": [
336 { 331 {
337 "enable_features": [ 332 "enable_features": [
338 "WebRTC-EnableWebRtcEcdsa" 333 "WebRTC-EnableWebRtcEcdsa"
339 ], 334 ],
340 "group_name": "Enabled" 335 "group_name": "Enabled"
341 } 336 }
342 ], 337 ],
343 "WebRTC-H264WithOpenH264FFmpeg": [ 338 "WebRTC-H264WithOpenH264FFmpeg": [
344 { 339 {
(...skipping 15 matching lines...) Expand all
360 ], 355 ],
361 "use-new-media-cache": [ 356 "use-new-media-cache": [
362 { 357 {
363 "enable_features": [ 358 "enable_features": [
364 "use-new-media-cache" 359 "use-new-media-cache"
365 ], 360 ],
366 "group_name": "Enabled" 361 "group_name": "Enabled"
367 } 362 }
368 ] 363 ]
369 } 364 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698