| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index fa183ac97b3486913e9559da74d0ac6bd7523f80..de174f668a16d2d92f637a6881292400a512bd50 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[] = {
|
|
|