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

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

Issue 2450963002: Update the testing config with the new experiments for PVer4. (Closed)
Patch Set: rebase Created 3 years, 5 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 | « 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 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 2818 matching lines...) Expand 10 before | Expand all | Expand 10 after
2829 "SafeBrowsingV4LocalDatabaseManagerEnabled": [ 2829 "SafeBrowsingV4LocalDatabaseManagerEnabled": [
2830 { 2830 {
2831 "platforms": [ 2831 "platforms": [
2832 "chromeos", 2832 "chromeos",
2833 "linux", 2833 "linux",
2834 "mac", 2834 "mac",
2835 "win" 2835 "win"
2836 ], 2836 ],
2837 "experiments": [ 2837 "experiments": [
2838 { 2838 {
2839 "name": "Enabled" 2839 "name": "V4Only2",
2840 "enable_features": [
2841 "SafeBrowsingV4LocalDatabaseManagerEnabled",
2842 "SafeBrowsingV4OnlyEnabled"
2843 ]
2840 } 2844 }
2841 ] 2845 ]
2842 } 2846 }
2843 ], 2847 ],
2844 "SaveAsMenuText": [ 2848 "SaveAsMenuText": [
2845 { 2849 {
2846 "platforms": [ 2850 "platforms": [
2847 "chromeos", 2851 "chromeos",
2848 "linux", 2852 "linux",
2849 "mac", 2853 "mac",
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after
3667 { 3671 {
3668 "name": "Enabled", 3672 "name": "Enabled",
3669 "enable_features": [ 3673 "enable_features": [
3670 "use-new-media-cache" 3674 "use-new-media-cache"
3671 ] 3675 ]
3672 } 3676 }
3673 ] 3677 ]
3674 } 3678 }
3675 ] 3679 ]
3676 } 3680 }
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