| 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 5a09665034c0e000a219ac73bc38ceee386e3d8b..d931d7b0888b221f97168c7f66458aeefc7c0f35 100644
|
| --- a/components/autofill/core/browser/autofill_data_util.cc
|
| +++ b/components/autofill/core/browser/autofill_data_util.cc
|
| @@ -27,6 +27,7 @@ const PaymentRequestData kPaymentRequestData[]{
|
| {"discoverCC", "discover", IDR_AUTOFILL_PR_DISCOVER},
|
| {"jcbCC", "jcb", IDR_AUTOFILL_PR_JCB},
|
| {"masterCardCC", "mastercard", IDR_AUTOFILL_PR_MASTERCARD},
|
| + {"mirCC", "mir", IDR_AUTOFILL_PR_MIR},
|
| {"unionPayCC", "unionpay", IDR_AUTOFILL_PR_UNIONPAY},
|
| {"visaCC", "visa", IDR_AUTOFILL_PR_VISA},
|
| };
|
|
|