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

Side by Side Diff: testing/variations/fieldtrial_testing_config_mac.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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 } 442 }
443 ], 443 ],
444 "ViewsSimplifiedFullscreenUI": [ 444 "ViewsSimplifiedFullscreenUI": [
445 { 445 {
446 "enable_features": [ 446 "enable_features": [
447 "ViewsSimplifiedFullscreenUI" 447 "ViewsSimplifiedFullscreenUI"
448 ], 448 ],
449 "group_name": "Enabled" 449 "group_name": "Enabled"
450 } 450 }
451 ], 451 ],
452 "WebBluetoothBlacklist": [
453 {
454 "//1": "The value 'ed5f25a4:e' is included for the",
455 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
456 "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
457 "group_name": "TestGroup",
458 "params": {
459 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
460 }
461 }
462 ],
452 "WebFontsInterventionV2": [ 463 "WebFontsInterventionV2": [
453 { 464 {
454 "group_name": "Enabled-slow2g" 465 "group_name": "Enabled-slow2g"
455 } 466 }
456 ], 467 ],
457 "WebRTC-EnableWebRtcEcdsa": [ 468 "WebRTC-EnableWebRtcEcdsa": [
458 { 469 {
459 "enable_features": [ 470 "enable_features": [
460 "WebRTC-EnableWebRtcEcdsa" 471 "WebRTC-EnableWebRtcEcdsa"
461 ], 472 ],
(...skipping 20 matching lines...) Expand all
482 ], 493 ],
483 "use-new-media-cache": [ 494 "use-new-media-cache": [
484 { 495 {
485 "enable_features": [ 496 "enable_features": [
486 "use-new-media-cache" 497 "use-new-media-cache"
487 ], 498 ],
488 "group_name": "Enabled" 499 "group_name": "Enabled"
489 } 500 }
490 ] 501 ]
491 } 502 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_linux.json ('k') | testing/variations/fieldtrial_testing_config_win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698