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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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
OLDNEW
1 { 1 {
2 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "params": { 311 "params": {
312 "fetch_period_min": "30" 312 "fetch_period_min": "30"
313 } 313 }
314 } 314 }
315 ], 315 ],
316 "WebFontsIntervention": [ 316 "WebFontsIntervention": [
317 { 317 {
318 "group_name": "Enabled" 318 "group_name": "Enabled"
319 } 319 }
320 ], 320 ],
321 "WebRTC-EnableWebRtcEcdsa": [
322 {
323 "enable_features": [
324 "WebRTC-EnableWebRtcEcdsa"
325 ],
326 "group_name": "Enabled"
327 }
328 ],
321 "WebRTC-H264WithOpenH264FFmpeg": [ 329 "WebRTC-H264WithOpenH264FFmpeg": [
322 { 330 {
323 "enable_features": [ 331 "enable_features": [
324 "WebRTC-H264WithOpenH264FFmpeg" 332 "WebRTC-H264WithOpenH264FFmpeg"
325 ], 333 ],
326 "group_name": "Enabled" 334 "group_name": "Enabled"
327 } 335 }
328 ], 336 ],
329 "WebRTC-LocalIPPermissionCheck": [ 337 "WebRTC-LocalIPPermissionCheck": [
330 { 338 {
331 "group_name": "Enabled" 339 "group_name": "Enabled"
332 } 340 }
333 ], 341 ],
334 "WebRTC-PeerConnectionDTLS1.2": [ 342 "WebRTC-PeerConnectionDTLS1.2": [
335 { 343 {
336 "group_name": "Enabled" 344 "group_name": "Enabled"
337 } 345 }
338 ], 346 ],
339 "use-new-media-cache": [ 347 "use-new-media-cache": [
340 { 348 {
341 "enable_features": [ 349 "enable_features": [
342 "use-new-media-cache" 350 "use-new-media-cache"
343 ], 351 ],
344 "group_name": "Enabled" 352 "group_name": "Enabled"
345 } 353 }
346 ] 354 ]
347 } 355 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698