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

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

Issue 2391993002: [Field trial] Update the testing config for AutofillCreditCardSigninPromo (Closed)
Patch Set: Only one experiment Created 4 years, 2 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 "AllBookmarks": [ 2 "AllBookmarks": [
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 "disable_features": [ 10 "disable_features": [
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "mac", 77 "mac",
78 "win" 78 "win"
79 ], 79 ],
80 "experiments": [ 80 "experiments": [
81 { 81 {
82 "name": "Enabled" 82 "name": "Enabled"
83 } 83 }
84 ] 84 ]
85 } 85 }
86 ], 86 ],
87 "AutofillCreditCardSigninPromo": [
88 {
89 "platforms": [
90 "android",
91 "chromeos",
92 "linux",
93 "mac",
94 "win"
95 ],
96 "experiments": [
97 {
98 "name": "EnabledFive",
99 "params": {
100 "impression_limit": "5"
101 },
102 "enable_features": [
103 "AutofillCreditCardSigninPromo"
104 ]
105 }
106 ]
107 }
108 ],
87 "AutofillFieldMetadata": [ 109 "AutofillFieldMetadata": [
88 { 110 {
89 "platforms": [ 111 "platforms": [
90 "android", 112 "android",
91 "chromeos", 113 "chromeos",
92 "ios", 114 "ios",
93 "linux", 115 "linux",
94 "mac", 116 "mac",
95 "win" 117 "win"
96 ], 118 ],
(...skipping 2130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2227 { 2249 {
2228 "name": "Enabled", 2250 "name": "Enabled",
2229 "enable_features": [ 2251 "enable_features": [
2230 "use-new-media-cache" 2252 "use-new-media-cache"
2231 ] 2253 ]
2232 } 2254 }
2233 ] 2255 ]
2234 } 2256 }
2235 ] 2257 ]
2236 } 2258 }
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