| Index: components/autofill/core/browser/personal_data_manager.cc
|
| diff --git a/components/autofill/core/browser/personal_data_manager.cc b/components/autofill/core/browser/personal_data_manager.cc
|
| index 73ba1d3517992601907c047fba18dcceae0aa623..9161ff00f3cd700b59699fb7b0113cd485a33c82 100644
|
| --- a/components/autofill/core/browser/personal_data_manager.cc
|
| +++ b/components/autofill/core/browser/personal_data_manager.cc
|
| @@ -1625,6 +1625,8 @@ std::vector<Suggestion> PersonalDataManager::GetSuggestionsForCards(
|
| suggestion->value = credit_card->TypeAndLastFourDigits();
|
| suggestion->label = credit_card->GetInfo(
|
| AutofillType(CREDIT_CARD_EXP_DATE_2_DIGIT_YEAR), app_locale_);
|
| + if (IsAutofillCreditCardPopupLayoutExperimentEnabled())
|
| + ModifyAutofillCreditCardSuggestion(suggestion);
|
| } else if (credit_card->number().empty()) {
|
| if (type.GetStorableType() != CREDIT_CARD_NAME_FULL) {
|
| suggestion->label = credit_card->GetInfo(
|
|
|