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

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

Issue 2437593007: [Payments] Field trial and flag to abort payment request if no card. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 1016 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 "platforms": [ 1027 "platforms": [
1028 "win" 1028 "win"
1029 ], 1029 ],
1030 "experiments": [ 1030 "experiments": [
1031 { 1031 {
1032 "name": "Enabled" 1032 "name": "Enabled"
1033 } 1033 }
1034 ] 1034 ]
1035 } 1035 }
1036 ], 1036 ],
1037 "NoCreditCardAbort": [
1038 {
1039 "platforms": [
1040 "android"
1041 ],
1042 "experiments": [
1043 {
1044 "name": "Enabled",
1045 "enable_features": [
1046 "NoCreditCardAbort"
1047 ]
1048 }
1049 ]
1050 }
1051 ],
1037 "NonValidatingReloadOnNormalReload": [ 1052 "NonValidatingReloadOnNormalReload": [
1038 { 1053 {
1039 "platforms": [ 1054 "platforms": [
1040 "android", 1055 "android",
1041 "linux", 1056 "linux",
1042 "mac", 1057 "mac",
1043 "win" 1058 "win"
1044 ], 1059 ],
1045 "experiments": [ 1060 "experiments": [
1046 { 1061 {
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 { 2269 {
2255 "name": "Enabled", 2270 "name": "Enabled",
2256 "enable_features": [ 2271 "enable_features": [
2257 "use-new-media-cache" 2272 "use-new-media-cache"
2258 ] 2273 ]
2259 } 2274 }
2260 ] 2275 ]
2261 } 2276 }
2262 ] 2277 ]
2263 } 2278 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698