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

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

Issue 2549853002: [Sync] Add testing config for EnableSyncUSSDeviceInfo. (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | 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 "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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 "mac", 653 "mac",
654 "win" 654 "win"
655 ], 655 ],
656 "experiments": [ 656 "experiments": [
657 { 657 {
658 "name": "Enabled" 658 "name": "Enabled"
659 } 659 }
660 ] 660 ]
661 } 661 }
662 ], 662 ],
663 "EnableSyncUSSDeviceInfo": [
664 {
665 "platforms": [
666 "android",
667 "chromeos",
668 "ios",
669 "linux",
670 "mac",
671 "win"
672 ],
673 "experiments": [
674 {
675 "name": "Enabled",
676 "enable_features": [
677 "EnableSyncUSSDeviceInfo"
678 ]
679 }
680 ]
681 }
682 ],
663 "ExpectCTReporting": [ 683 "ExpectCTReporting": [
664 { 684 {
665 "platforms": [ 685 "platforms": [
666 "android", 686 "android",
667 "chromeos", 687 "chromeos",
668 "ios", 688 "ios",
669 "linux", 689 "linux",
670 "mac", 690 "mac",
671 "win" 691 "win"
672 ], 692 ],
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after
2411 { 2431 {
2412 "name": "Enabled", 2432 "name": "Enabled",
2413 "enable_features": [ 2433 "enable_features": [
2414 "use-new-media-cache" 2434 "use-new-media-cache"
2415 ] 2435 ]
2416 } 2436 }
2417 ] 2437 ]
2418 } 2438 }
2419 ] 2439 ]
2420 } 2440 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698