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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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 | « 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 "params": { 415 "params": {
416 "fetch_period_min": "30" 416 "fetch_period_min": "30"
417 } 417 }
418 } 418 }
419 ], 419 ],
420 "WebFontsIntervention": [ 420 "WebFontsIntervention": [
421 { 421 {
422 "group_name": "Enabled" 422 "group_name": "Enabled"
423 } 423 }
424 ], 424 ],
425 "WebRTC-EnableWebRtcEcdsa": [
426 {
427 "enable_features": [
428 "WebRTC-EnableWebRtcEcdsa"
429 ],
430 "group_name": "Enabled"
431 }
432 ],
425 "WebRTC-H264WithOpenH264FFmpeg": [ 433 "WebRTC-H264WithOpenH264FFmpeg": [
426 { 434 {
427 "enable_features": [ 435 "enable_features": [
428 "WebRTC-H264WithOpenH264FFmpeg" 436 "WebRTC-H264WithOpenH264FFmpeg"
429 ], 437 ],
430 "group_name": "Enabled" 438 "group_name": "Enabled"
431 } 439 }
432 ], 440 ],
433 "WebRTC-LocalIPPermissionCheck": [ 441 "WebRTC-LocalIPPermissionCheck": [
434 { 442 {
435 "group_name": "Enabled" 443 "group_name": "Enabled"
436 } 444 }
437 ], 445 ],
438 "WebRTC-PeerConnectionDTLS1.2": [ 446 "WebRTC-PeerConnectionDTLS1.2": [
439 { 447 {
440 "group_name": "Enabled" 448 "group_name": "Enabled"
441 } 449 }
442 ], 450 ],
443 "use-new-media-cache": [ 451 "use-new-media-cache": [
444 { 452 {
445 "enable_features": [ 453 "enable_features": [
446 "use-new-media-cache" 454 "use-new-media-cache"
447 ], 455 ],
448 "group_name": "Enabled" 456 "group_name": "Enabled"
449 } 457 }
450 ] 458 ]
451 } 459 }
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