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

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

Issue 2661113003: Skeleton mechanical impl. for the RecoveryImprovedComponent. (Closed)
Patch Set: wip Created 3 years, 10 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 "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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after
947 "experiments": [ 947 "experiments": [
948 { 948 {
949 "name": "DialogEnabled", 949 "name": "DialogEnabled",
950 "enable_features": [ 950 "enable_features": [
951 "ImportantSitesInCBD" 951 "ImportantSitesInCBD"
952 ] 952 ]
953 } 953 }
954 ] 954 ]
955 } 955 }
956 ], 956 ],
957 "ImprovedRecoveryComponent": [
958 {
959 "platforms": [
960 "win",
961 "mac"
962 ],
963 "experiments": [
964 {
965 "name": "ImprovedRecoveryComponent",
966 "enable_features": [
967 "ImprovedRecoveryComponent"
968 ]
969 }
970 ]
971 }
972 ],
957 "InstanceID": [ 973 "InstanceID": [
958 { 974 {
959 "platforms": [ 975 "platforms": [
960 "linux", 976 "linux",
961 "mac", 977 "mac",
962 "win" 978 "win"
963 ], 979 ],
964 "experiments": [ 980 "experiments": [
965 { 981 {
966 "name": "Enabled" 982 "name": "Enabled"
(...skipping 1755 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 { 2738 {
2723 "name": "Enabled", 2739 "name": "Enabled",
2724 "enable_features": [ 2740 "enable_features": [
2725 "use-new-media-cache" 2741 "use-new-media-cache"
2726 ] 2742 ]
2727 } 2743 }
2728 ] 2744 ]
2729 } 2745 }
2730 ] 2746 ]
2731 } 2747 }
OLDNEW
« chrome/common/chrome_features.cc ('K') | « chrome/common/chrome_features.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698