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

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

Issue 2306473002: bluetooth: web: Update Blacklist field trial with Cypress & FIDO services. (Closed)
Patch Set: fix test Created 4 years, 3 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 { 328 {
329 "group_name": "none" 329 "group_name": "none"
330 }, 330 },
331 { 331 {
332 "group_name": "normal" 332 "group_name": "normal"
333 }, 333 },
334 { 334 {
335 "group_name": "aggressive" 335 "group_name": "aggressive"
336 } 336 }
337 ], 337 ],
338 "WebBluetoothBlacklist": [
339 {
340 "//1": "The value 'ed5f25a4:e' is included for the",
341 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
342 "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
343 "group_name": "TestGroup",
344 "params": {
345 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
346 }
347 }
348 ],
338 "WebFontsInterventionV2": [ 349 "WebFontsInterventionV2": [
339 { 350 {
340 "group_name": "Enabled-slow2g" 351 "group_name": "Enabled-slow2g"
341 } 352 }
342 ], 353 ],
343 "WebRTC-EnableWebRtcEcdsa": [ 354 "WebRTC-EnableWebRtcEcdsa": [
344 { 355 {
345 "enable_features": [ 356 "enable_features": [
346 "WebRTC-EnableWebRtcEcdsa" 357 "WebRTC-EnableWebRtcEcdsa"
347 ], 358 ],
(...skipping 20 matching lines...) Expand all
368 ], 379 ],
369 "use-new-media-cache": [ 380 "use-new-media-cache": [
370 { 381 {
371 "enable_features": [ 382 "enable_features": [
372 "use-new-media-cache" 383 "use-new-media-cache"
373 ], 384 ],
374 "group_name": "Enabled" 385 "group_name": "Enabled"
375 } 386 }
376 ] 387 ]
377 } 388 }
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