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

Side by Side Diff: testing/variations/fieldtrial_testing_config_win.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
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 { 494 {
495 "group_name": "none" 495 "group_name": "none"
496 }, 496 },
497 { 497 {
498 "group_name": "normal" 498 "group_name": "normal"
499 }, 499 },
500 { 500 {
501 "group_name": "aggressive" 501 "group_name": "aggressive"
502 } 502 }
503 ], 503 ],
504 "WebBluetoothBlacklist": [
505 {
506 "//1": "The value 'ed5f25a4:e' is included for the",
507 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
508 "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
509 "group_name": "TestGroup",
510 "params": {
511 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
512 }
513 }
514 ],
504 "WebFontsInterventionV2": [ 515 "WebFontsInterventionV2": [
505 { 516 {
506 "group_name": "Enabled-slow2g" 517 "group_name": "Enabled-slow2g"
507 } 518 }
508 ], 519 ],
509 "WebRTC-EnableWebRtcEcdsa": [ 520 "WebRTC-EnableWebRtcEcdsa": [
510 { 521 {
511 "enable_features": [ 522 "enable_features": [
512 "WebRTC-EnableWebRtcEcdsa" 523 "WebRTC-EnableWebRtcEcdsa"
513 ], 524 ],
(...skipping 20 matching lines...) Expand all
534 ], 545 ],
535 "use-new-media-cache": [ 546 "use-new-media-cache": [
536 { 547 {
537 "enable_features": [ 548 "enable_features": [
538 "use-new-media-cache" 549 "use-new-media-cache"
539 ], 550 ],
540 "group_name": "Enabled" 551 "group_name": "Enabled"
541 } 552 }
542 ] 553 ]
543 } 554 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698