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

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

Issue 2568543004: [Sync] Enable USS DeviceInfo for bots. (Closed)
Patch Set: Actually rebasing this time. 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 | « components/sync/tools/testserver/chromiumsync.py ('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 "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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after
664 "mac", 664 "mac",
665 "win" 665 "win"
666 ], 666 ],
667 "experiments": [ 667 "experiments": [
668 { 668 {
669 "name": "Enabled" 669 "name": "Enabled"
670 } 670 }
671 ] 671 ]
672 } 672 }
673 ], 673 ],
674 "EnableSyncUSSDeviceInfo": [
675 {
676 "platforms": [
677 "android",
678 "chromeos",
679 "ios",
680 "linux",
681 "mac",
682 "win"
683 ],
684 "experiments": [
685 {
686 "name": "Enabled",
687 "enable_features": [
688 "EnableSyncUSSDeviceInfo"
689 ]
690 }
691 ]
692 }
693 ],
674 "ExpectCTReporting": [ 694 "ExpectCTReporting": [
675 { 695 {
676 "platforms": [ 696 "platforms": [
677 "android", 697 "android",
678 "chromeos", 698 "chromeos",
679 "ios", 699 "ios",
680 "linux", 700 "linux",
681 "mac", 701 "mac",
682 "win" 702 "win"
683 ], 703 ],
(...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after
2416 { 2436 {
2417 "name": "Enabled", 2437 "name": "Enabled",
2418 "enable_features": [ 2438 "enable_features": [
2419 "use-new-media-cache" 2439 "use-new-media-cache"
2420 ] 2440 ]
2421 } 2441 }
2422 ] 2442 ]
2423 } 2443 }
2424 ] 2444 ]
2425 } 2445 }
OLDNEW
« no previous file with comments | « components/sync/tools/testserver/chromiumsync.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698