| Index: components/autofill/core/browser/credit_card.cc
|
| diff --git a/components/autofill/core/browser/credit_card.cc b/components/autofill/core/browser/credit_card.cc
|
| index 9ea2ee76e9d734426fa39421f6d738f519dc163d..1e7997a6d1ece3a5f11acb7a335162ff31dceb87 100644
|
| --- a/components/autofill/core/browser/credit_card.cc
|
| +++ b/components/autofill/core/browser/credit_card.cc
|
| @@ -641,9 +641,10 @@ bool CreditCard::IsValid() const {
|
| expiration_year_, expiration_month_, base::Time::Now());
|
| }
|
|
|
| -// TODO(crbug.com/589536): Upload new credit card types to the server.
|
| void CreditCard::GetSupportedTypes(ServerFieldTypeSet* supported_types) const {
|
| supported_types->insert(CREDIT_CARD_NAME_FULL);
|
| + supported_types->insert(CREDIT_CARD_NAME_FIRST);
|
| + supported_types->insert(CREDIT_CARD_NAME_LAST);
|
| supported_types->insert(CREDIT_CARD_NUMBER);
|
| supported_types->insert(CREDIT_CARD_TYPE);
|
| supported_types->insert(CREDIT_CARD_EXP_MONTH);
|
|
|