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

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

Issue 2870413003: New bisect for crbug.com/706941. [AA_AutofillCreditCardDropdownVariations]
Patch Set: Created 3 years, 7 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 | tools/perf/core/trybot_command.py » ('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 "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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_IncreaseDropdownItemHeight_E xperiment", 135 "name": "LastUsedDateAndExpDate_IncreaseDropdownItemHeight_E xperiment",
136 "params": {
137 "dropdown_item_height": "56",
138 "show_expiration_date": "true"
139 },
140 "enable_features": [ 136 "enable_features": [
141 "AutofillCreditCardLastUsedDateDisplay", 137 "AutofillCreditCardLastUsedDateDisplay",
142 "AutofillCreditCardPopupLayout" 138 "AutofillCreditCardPopupLayout"
143 ] 139 ]
144 } 140 }
145 ] 141 ]
146 } 142 }
147 ], 143 ],
148 "AutofillCreditCardSigninPromo": [ 144 "AutofillCreditCardSigninPromo": [
149 { 145 {
(...skipping 2920 matching lines...) Expand 10 before | Expand all | Expand 10 after
3070 { 3066 {
3071 "name": "Enabled", 3067 "name": "Enabled",
3072 "enable_features": [ 3068 "enable_features": [
3073 "use-new-media-cache" 3069 "use-new-media-cache"
3074 ] 3070 ]
3075 } 3071 }
3076 ] 3072 ]
3077 } 3073 }
3078 ] 3074 ]
3079 } 3075 }
OLDNEW
« no previous file with comments | « no previous file | tools/perf/core/trybot_command.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698