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

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

Issue 2223753002: Enable WebFonts intervention v2 for slow2g on variation test waterfall (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for other platforms Created 4 years, 4 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 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 } 356 }
357 ], 357 ],
358 "VarationsServiceControl": [ 358 "VarationsServiceControl": [
359 { 359 {
360 "group_name": "Interval_30min", 360 "group_name": "Interval_30min",
361 "params": { 361 "params": {
362 "fetch_period_min": "30" 362 "fetch_period_min": "30"
363 } 363 }
364 } 364 }
365 ], 365 ],
366 "WebFontsInterventionV2": [
367 {
368 "group_name": "Enabled-slow2g"
369 }
370 ],
366 "WebRTC-EnableWebRtcEcdsa": [ 371 "WebRTC-EnableWebRtcEcdsa": [
367 { 372 {
368 "enable_features": [ 373 "enable_features": [
369 "WebRTC-EnableWebRtcEcdsa" 374 "WebRTC-EnableWebRtcEcdsa"
370 ], 375 ],
371 "group_name": "Enabled" 376 "group_name": "Enabled"
372 } 377 }
373 ], 378 ],
374 "WebRTC-H264WithOpenH264FFmpeg": [ 379 "WebRTC-H264WithOpenH264FFmpeg": [
375 { 380 {
(...skipping 15 matching lines...) Expand all
391 ], 396 ],
392 "use-new-media-cache": [ 397 "use-new-media-cache": [
393 { 398 {
394 "enable_features": [ 399 "enable_features": [
395 "use-new-media-cache" 400 "use-new-media-cache"
396 ], 401 ],
397 "group_name": "Enabled" 402 "group_name": "Enabled"
398 } 403 }
399 ] 404 ]
400 } 405 }
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