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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | 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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 } 555 }
556 ], 556 ],
557 "VarationsServiceControl": [ 557 "VarationsServiceControl": [
558 { 558 {
559 "group_name": "Interval_30min", 559 "group_name": "Interval_30min",
560 "params": { 560 "params": {
561 "fetch_period_min": "30" 561 "fetch_period_min": "30"
562 } 562 }
563 } 563 }
564 ], 564 ],
565 "WebFontsInterventionV2": [
566 {
567 "group_name": "Enabled-slow2g"
568 }
569 ],
565 "WebRTC-EnableWebRtcEcdsa": [ 570 "WebRTC-EnableWebRtcEcdsa": [
566 { 571 {
567 "enable_features": [ 572 "enable_features": [
568 "WebRTC-EnableWebRtcEcdsa" 573 "WebRTC-EnableWebRtcEcdsa"
569 ], 574 ],
570 "group_name": "Enabled" 575 "group_name": "Enabled"
571 } 576 }
572 ], 577 ],
573 "WebRTC-LocalIPPermissionCheck": [ 578 "WebRTC-LocalIPPermissionCheck": [
574 { 579 {
575 "group_name": "Enabled" 580 "group_name": "Enabled"
576 } 581 }
577 ], 582 ],
578 "WebRTC-PeerConnectionDTLS1.2": [ 583 "WebRTC-PeerConnectionDTLS1.2": [
579 { 584 {
580 "group_name": "Enabled" 585 "group_name": "Enabled"
581 } 586 }
582 ], 587 ],
583 "use-new-media-cache": [ 588 "use-new-media-cache": [
584 { 589 {
585 "enable_features": [ 590 "enable_features": [
586 "use-new-media-cache" 591 "use-new-media-cache"
587 ], 592 ],
588 "group_name": "Enabled" 593 "group_name": "Enabled"
589 } 594 }
590 ] 595 ]
591 } 596 }
OLDNEW
« no previous file with comments | « no previous file | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698