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

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: Disabled experiment for tests 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
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 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": "Disabled"
1045 }
1046 ]
1047 }
1048 ],
1037 "NonValidatingReloadOnNormalReload": [ 1049 "NonValidatingReloadOnNormalReload": [
1038 { 1050 {
1039 "platforms": [ 1051 "platforms": [
1040 "android", 1052 "android",
1041 "linux", 1053 "linux",
1042 "mac", 1054 "mac",
1043 "win" 1055 "win"
1044 ], 1056 ],
1045 "experiments": [ 1057 "experiments": [
1046 { 1058 {
(...skipping 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 { 2266 {
2255 "name": "Enabled", 2267 "name": "Enabled",
2256 "enable_features": [ 2268 "enable_features": [
2257 "use-new-media-cache" 2269 "use-new-media-cache"
2258 ] 2270 ]
2259 } 2271 }
2260 ] 2272 ]
2261 } 2273 }
2262 ] 2274 ]
2263 } 2275 }
OLDNEW
« no previous file with comments | « chrome/browser/android/chrome_feature_list.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698