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

Side by Side Diff: testing/variations/fieldtrial_testing_config_linux.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 "AsyncDNS": [ 2 "AsyncDNS": [
3 { 3 {
4 "group_name": "AsyncDNSA" 4 "group_name": "AsyncDNSA"
5 } 5 }
6 ], 6 ],
7 "AutofillClassifier": [ 7 "AutofillClassifier": [
8 { 8 {
9 "group_name": "Enabled" 9 "group_name": "Enabled"
10 } 10 }
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 { 390 {
391 "group_name": "none" 391 "group_name": "none"
392 }, 392 },
393 { 393 {
394 "group_name": "normal" 394 "group_name": "normal"
395 }, 395 },
396 { 396 {
397 "group_name": "aggressive" 397 "group_name": "aggressive"
398 } 398 }
399 ], 399 ],
400 "WebBluetoothBlacklist": [
401 {
402 "//1": "The value 'ed5f25a4:e' is included for the",
403 "//2": "WebBluetoothTest BlacklistShouldBlock test.",
404 "//3": "TODO(643013): Remove other values in Chrome 55 or later.",
405 "group_name": "TestGroup",
406 "params": {
407 "blacklist_additions": "00060000:e,fffd:e,ed5f25a4:e"
408 }
409 }
410 ],
400 "WebFontsInterventionV2": [ 411 "WebFontsInterventionV2": [
401 { 412 {
402 "group_name": "Enabled-slow2g" 413 "group_name": "Enabled-slow2g"
403 } 414 }
404 ], 415 ],
405 "WebRTC-EnableWebRtcEcdsa": [ 416 "WebRTC-EnableWebRtcEcdsa": [
406 { 417 {
407 "enable_features": [ 418 "enable_features": [
408 "WebRTC-EnableWebRtcEcdsa" 419 "WebRTC-EnableWebRtcEcdsa"
409 ], 420 ],
(...skipping 20 matching lines...) Expand all
430 ], 441 ],
431 "use-new-media-cache": [ 442 "use-new-media-cache": [
432 { 443 {
433 "enable_features": [ 444 "enable_features": [
434 "use-new-media-cache" 445 "use-new-media-cache"
435 ], 446 ],
436 "group_name": "Enabled" 447 "group_name": "Enabled"
437 } 448 }
438 ] 449 ]
439 } 450 }
OLDNEW
« no previous file with comments | « testing/variations/fieldtrial_testing_config_chromeos.json ('k') | testing/variations/fieldtrial_testing_config_mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698