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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 } 461 }
462 ], 462 ],
463 "VarationsServiceControl": [ 463 "VarationsServiceControl": [
464 { 464 {
465 "group_name": "Interval_30min", 465 "group_name": "Interval_30min",
466 "params": { 466 "params": {
467 "fetch_period_min": "30" 467 "fetch_period_min": "30"
468 } 468 }
469 } 469 }
470 ], 470 ],
471 "WebFontsInterventionV2": [
472 {
473 "group_name": "Enabled-slow2g"
474 }
475 ],
471 "WebRTC-EnableWebRtcEcdsa": [ 476 "WebRTC-EnableWebRtcEcdsa": [
472 { 477 {
473 "enable_features": [ 478 "enable_features": [
474 "WebRTC-EnableWebRtcEcdsa" 479 "WebRTC-EnableWebRtcEcdsa"
475 ], 480 ],
476 "group_name": "Enabled" 481 "group_name": "Enabled"
477 } 482 }
478 ], 483 ],
479 "WebRTC-H264WithOpenH264FFmpeg": [ 484 "WebRTC-H264WithOpenH264FFmpeg": [
480 { 485 {
(...skipping 15 matching lines...) Expand all
496 ], 501 ],
497 "use-new-media-cache": [ 502 "use-new-media-cache": [
498 { 503 {
499 "enable_features": [ 504 "enable_features": [
500 "use-new-media-cache" 505 "use-new-media-cache"
501 ], 506 ],
502 "group_name": "Enabled" 507 "group_name": "Enabled"
503 } 508 }
504 ] 509 ]
505 } 510 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698