| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index e25e527c3a648eedcfade52f88c01db17918c4f3..4005b91dd7da0e17668621a3091c0f85c56d1844 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -676,7 +676,8 @@ kAutofillCreditCardPopupLayoutFeatureVariationDropdownItemHeight[] = {
|
| const FeatureEntry::FeatureParam
|
| kAutofillCreditCardPopupLayoutFeatureVariationExpanded[] = {
|
| {"is_credit_card_icon_at_start", "true"},
|
| - {"dropdown_item_height", "56"}};
|
| + {"dropdown_item_height", "56"},
|
| + {"margin", "18"}};
|
|
|
| const FeatureEntry::FeatureVariation
|
| kAutofillCreditCardPopupLayoutFeatureVariations[] = {
|
|
|