| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |