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

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: Addressed comments 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 997 matching lines...) Expand 10 before | Expand all | Expand 10 after
1008 "platforms": [ 1008 "platforms": [
1009 "win" 1009 "win"
1010 ], 1010 ],
1011 "experiments": [ 1011 "experiments": [
1012 { 1012 {
1013 "name": "Enabled" 1013 "name": "Enabled"
1014 } 1014 }
1015 ] 1015 ]
1016 } 1016 }
1017 ], 1017 ],
1018 "NoCreditCardAbort": [
1019 {
1020 "platforms": [
1021 "android"
1022 ],
1023 "experiments": [
1024 {
1025 "name": "Enabled",
1026 "enable_features": [
1027 "NoCreditCardAbort"
1028 ]
1029 }
1030 ]
1031 }
1032 ],
1018 "NonValidatingReloadOnNormalReload": [ 1033 "NonValidatingReloadOnNormalReload": [
1019 { 1034 {
1020 "platforms": [ 1035 "platforms": [
1021 "android", 1036 "android",
1022 "linux", 1037 "linux",
1023 "mac", 1038 "mac",
1024 "win" 1039 "win"
1025 ], 1040 ],
1026 "experiments": [ 1041 "experiments": [
1027 { 1042 {
(...skipping 1226 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