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

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

Issue 2741043002: Update waterfall testing config for AutofillCreditCardDropdownVariations (Closed)
Patch Set: Remove AutofillCreditCardPopup waterfall config (until launch time) as the Android trybot doesn't a… Created 3 years, 9 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 "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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ] 125 ]
126 } 126 }
127 ], 127 ],
128 "AutofillCreditCardDropdownVariations": [ 128 "AutofillCreditCardDropdownVariations": [
129 { 129 {
130 "platforms": [ 130 "platforms": [
131 "android" 131 "android"
132 ], 132 ],
133 "experiments": [ 133 "experiments": [
134 { 134 {
135 "name": "LastUsedDateAndExpDate_Experiment", 135 "name": "LastUsedDateAndExpDate_IncreaseDropdownItemHeight_E xperiment",
136 "params": { 136 "params": {
137 "dropdown_item_height": "56",
137 "show_expiration_date": "true" 138 "show_expiration_date": "true"
138 }, 139 },
139 "enable_features": [ 140 "enable_features": [
140 "AutofillCreditCardLastUsedDateDisplay" 141 "AutofillCreditCardLastUsedDateDisplay",
141 ]
142 }
143 ]
144 }
145 ],
146 "AutofillCreditCardPopup": [
147 {
148 "platforms": [
149 "android"
150 ],
151 "experiments": [
152 {
153 "name": "IncreaseDropdownItemHeight",
154 "params": {
155 "dropdown_item_height": "56"
156 },
157 "enable_features": [
158 "AutofillCreditCardPopupLayout" 142 "AutofillCreditCardPopupLayout"
159 ] 143 ]
160 } 144 }
161 ] 145 ]
162 } 146 }
163 ], 147 ],
164 "AutofillCreditCardSigninPromo": [ 148 "AutofillCreditCardSigninPromo": [
165 { 149 {
166 "platforms": [ 150 "platforms": [
167 "android", 151 "android",
(...skipping 2851 matching lines...) Expand 10 before | Expand all | Expand 10 after
3019 { 3003 {
3020 "name": "Enabled", 3004 "name": "Enabled",
3021 "enable_features": [ 3005 "enable_features": [
3022 "use-new-media-cache" 3006 "use-new-media-cache"
3023 ] 3007 ]
3024 } 3008 }
3025 ] 3009 ]
3026 } 3010 }
3027 ] 3011 ]
3028 } 3012 }
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