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

Side by Side Diff: testing/variations/fieldtrial_testing_config_android.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 "AllBookmarks": [ 2 "AllBookmarks": [
3 { 3 {
4 "disable_features": [ 4 "disable_features": [
5 "AllBookmarks" 5 "AllBookmarks"
6 ], 6 ],
7 "group_name": "Disabled" 7 "group_name": "Disabled"
8 } 8 }
9 ], 9 ],
10 "AndroidSessionNotifications": [ 10 "AndroidSessionNotifications": [
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 { 553 {
554 "group_name": "none" 554 "group_name": "none"
555 }, 555 },
556 { 556 {
557 "group_name": "normal" 557 "group_name": "normal"
558 }, 558 },
559 { 559 {
560 "group_name": "aggressive" 560 "group_name": "aggressive"
561 } 561 }
562 ], 562 ],
563 "WebBluetoothBlacklist": [
564 {
565 "//1": "The value 'ed5f25a4:e' is included for the",
566 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
567 "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
568 "group_name": "TestGroup",
569 "params": {
570 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
571 }
572 }
573 ],
563 "WebFontsInterventionV2": [ 574 "WebFontsInterventionV2": [
564 { 575 {
565 "group_name": "Enabled-slow2g" 576 "group_name": "Enabled-slow2g"
566 } 577 }
567 ], 578 ],
568 "WebRTC-EnableWebRtcEcdsa": [ 579 "WebRTC-EnableWebRtcEcdsa": [
569 { 580 {
570 "enable_features": [ 581 "enable_features": [
571 "WebRTC-EnableWebRtcEcdsa" 582 "WebRTC-EnableWebRtcEcdsa"
572 ], 583 ],
(...skipping 12 matching lines...) Expand all
585 ], 596 ],
586 "use-new-media-cache": [ 597 "use-new-media-cache": [
587 { 598 {
588 "enable_features": [ 599 "enable_features": [
589 "use-new-media-cache" 600 "use-new-media-cache"
590 ], 601 ],
591 "group_name": "Enabled" 602 "group_name": "Enabled"
592 } 603 }
593 ] 604 ]
594 } 605 }
OLDNEW
« no previous file with comments | « testing/variations/PRESUBMIT.py ('k') | testing/variations/fieldtrial_testing_config_chromeos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698