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

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

Issue 1974763002: WebRTC-EnableWebRtcEcdsa used by fieldtrial_testing_config:s (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 "params": { 478 "params": {
479 "fetch_period_min": "30" 479 "fetch_period_min": "30"
480 } 480 }
481 } 481 }
482 ], 482 ],
483 "WebFontsIntervention": [ 483 "WebFontsIntervention": [
484 { 484 {
485 "group_name": "Enabled" 485 "group_name": "Enabled"
486 } 486 }
487 ], 487 ],
488 "WebRTC-EnableWebRtcEcdsa": [
489 {
490 "enable_features": [
491 "WebRTC-EnableWebRtcEcdsa"
492 ],
493 "group_name": "Enabled"
494 }
495 ],
488 "WebRTC-LocalIPPermissionCheck": [ 496 "WebRTC-LocalIPPermissionCheck": [
489 { 497 {
490 "group_name": "Enabled" 498 "group_name": "Enabled"
491 } 499 }
492 ], 500 ],
493 "WebRTC-PeerConnectionDTLS1.2": [ 501 "WebRTC-PeerConnectionDTLS1.2": [
494 { 502 {
495 "group_name": "Enabled" 503 "group_name": "Enabled"
496 } 504 }
497 ], 505 ],
498 "use-new-media-cache": [ 506 "use-new-media-cache": [
499 { 507 {
500 "enable_features": [ 508 "enable_features": [
501 "use-new-media-cache" 509 "use-new-media-cache"
502 ], 510 ],
503 "group_name": "Enabled" 511 "group_name": "Enabled"
504 } 512 }
505 ] 513 ]
506 } 514 }
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