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

Side by Side Diff: testing/variations/fieldtrial_testing_config_chromeos.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 "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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "params": { 259 "params": {
260 "fetch_period_min": "30" 260 "fetch_period_min": "30"
261 } 261 }
262 } 262 }
263 ], 263 ],
264 "WebFontsIntervention": [ 264 "WebFontsIntervention": [
265 { 265 {
266 "group_name": "Enabled" 266 "group_name": "Enabled"
267 } 267 }
268 ], 268 ],
269 "WebRTC-EnableWebRtcEcdsa": [
270 {
271 "enable_features": [
272 "WebRTC-EnableWebRtcEcdsa"
273 ],
274 "group_name": "Enabled"
275 }
276 ],
269 "WebRTC-H264WithOpenH264FFmpeg": [ 277 "WebRTC-H264WithOpenH264FFmpeg": [
270 { 278 {
271 "enable_features": [ 279 "enable_features": [
272 "WebRTC-H264WithOpenH264FFmpeg" 280 "WebRTC-H264WithOpenH264FFmpeg"
273 ], 281 ],
274 "group_name": "Enabled" 282 "group_name": "Enabled"
275 } 283 }
276 ], 284 ],
277 "WebRTC-LocalIPPermissionCheck": [ 285 "WebRTC-LocalIPPermissionCheck": [
278 { 286 {
279 "group_name": "Enabled" 287 "group_name": "Enabled"
280 } 288 }
281 ], 289 ],
282 "WebRTC-PeerConnectionDTLS1.2": [ 290 "WebRTC-PeerConnectionDTLS1.2": [
283 { 291 {
284 "group_name": "Enabled" 292 "group_name": "Enabled"
285 } 293 }
286 ], 294 ],
287 "use-new-media-cache": [ 295 "use-new-media-cache": [
288 { 296 {
289 "enable_features": [ 297 "enable_features": [
290 "use-new-media-cache" 298 "use-new-media-cache"
291 ], 299 ],
292 "group_name": "Enabled" 300 "group_name": "Enabled"
293 } 301 }
294 ] 302 ]
295 } 303 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_android.json ('k') | testing/variations/fieldtrial_testing_config_linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698