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

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

Issue 2568543004: [Sync] Enable USS DeviceInfo for bots. (Closed)
Patch Set: Rebase. Created 4 years 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 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 "mac", 649 "mac",
650 "win" 650 "win"
651 ], 651 ],
652 "experiments": [ 652 "experiments": [
653 { 653 {
654 "name": "Enabled" 654 "name": "Enabled"
655 } 655 }
656 ] 656 ]
657 } 657 }
658 ], 658 ],
659 "EnableSyncUSSDeviceInfo": [
660 {
661 "platforms": [
662 "android",
663 "chromeos",
664 "ios",
665 "linux",
666 "mac",
667 "win"
668 ],
669 "experiments": [
670 {
671 "name": "Enabled",
672 "enable_features": [
673 "EnableSyncUSSDeviceInfo"
674 ]
675 }
676 ]
677 }
678 ],
659 "ExpectCTReporting": [ 679 "ExpectCTReporting": [
660 { 680 {
661 "platforms": [ 681 "platforms": [
662 "android", 682 "android",
663 "chromeos", 683 "chromeos",
664 "ios", 684 "ios",
665 "linux", 685 "linux",
666 "mac", 686 "mac",
667 "win" 687 "win"
668 ], 688 ],
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 { 2421 {
2402 "name": "Enabled", 2422 "name": "Enabled",
2403 "enable_features": [ 2423 "enable_features": [
2404 "use-new-media-cache" 2424 "use-new-media-cache"
2405 ] 2425 ]
2406 } 2426 }
2407 ] 2427 ]
2408 } 2428 }
2409 ] 2429 ]
2410 } 2430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698