| Index: components/autofill/core/browser/autofill_data_util.cc
|
| diff --git a/components/autofill/core/browser/autofill_data_util.cc b/components/autofill/core/browser/autofill_data_util.cc
|
| index 6a97a28a368a8ee790679890e6b89ea5dcf3eb26..123eff30791b0ed1ee99a2c12e3aff264c72da98 100644
|
| --- a/components/autofill/core/browser/autofill_data_util.cc
|
| +++ b/components/autofill/core/browser/autofill_data_util.cc
|
| @@ -22,8 +22,8 @@ namespace autofill {
|
| namespace data_util {
|
|
|
| namespace {
|
| -// Mappings from Chrome card types to Payment Request API basic card payment
|
| -// spec types and icons. Note that "generic" is not in the spec.
|
| +// Mappings from Chrome card networks to Payment Request API basic card payment
|
| +// spec networks and icons. Note that "generic" is not in the spec.
|
| // https://w3c.github.io/webpayments-methods-card/#method-id
|
| const PaymentRequestData kPaymentRequestData[]{
|
| {"americanExpressCC", "amex", IDR_AUTOFILL_CC_AMEX, IDS_AUTOFILL_CC_AMEX},
|
|
|