| 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |