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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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
« 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "group_name": "Disabled" 4 "group_name": "Disabled"
5 } 5 }
6 ], 6 ],
7 "AsyncDns": [ 7 "AsyncDns": [
8 { 8 {
9 "group_name": "AsyncDnsA" 9 "group_name": "AsyncDnsA"
10 }, 10 },
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 } 489 }
490 ], 490 ],
491 "VarationsServiceControl": [ 491 "VarationsServiceControl": [
492 { 492 {
493 "group_name": "Interval_30min", 493 "group_name": "Interval_30min",
494 "params": { 494 "params": {
495 "fetch_period_min": "30" 495 "fetch_period_min": "30"
496 } 496 }
497 } 497 }
498 ], 498 ],
499 "WebFontsIntervention": [
500 {
501 "group_name": "Enabled"
502 }
503 ],
504 "WebRTC-EnableWebRtcEcdsa": [ 499 "WebRTC-EnableWebRtcEcdsa": [
505 { 500 {
506 "enable_features": [ 501 "enable_features": [
507 "WebRTC-EnableWebRtcEcdsa" 502 "WebRTC-EnableWebRtcEcdsa"
508 ], 503 ],
509 "group_name": "Enabled" 504 "group_name": "Enabled"
510 } 505 }
511 ], 506 ],
512 "WebRTC-LocalIPPermissionCheck": [ 507 "WebRTC-LocalIPPermissionCheck": [
513 { 508 {
514 "group_name": "Enabled" 509 "group_name": "Enabled"
515 } 510 }
516 ], 511 ],
517 "WebRTC-PeerConnectionDTLS1.2": [ 512 "WebRTC-PeerConnectionDTLS1.2": [
518 { 513 {
519 "group_name": "Enabled" 514 "group_name": "Enabled"
520 } 515 }
521 ], 516 ],
522 "use-new-media-cache": [ 517 "use-new-media-cache": [
523 { 518 {
524 "enable_features": [ 519 "enable_features": [
525 "use-new-media-cache" 520 "use-new-media-cache"
526 ], 521 ],
527 "group_name": "Enabled" 522 "group_name": "Enabled"
528 } 523 }
529 ] 524 ]
530 } 525 }
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