| Index: components/autofill/core/browser/autofill_data_util.h
|
| diff --git a/components/autofill/core/browser/autofill_data_util.h b/components/autofill/core/browser/autofill_data_util.h
|
| index 4add93c09c16bc1f3a3045280ddc0795d65fd796..2e3d6fcb1a51e17d10f4b4f071dd7ce996b96634 100644
|
| --- a/components/autofill/core/browser/autofill_data_util.h
|
| +++ b/components/autofill/core/browser/autofill_data_util.h
|
| @@ -52,9 +52,10 @@ bool ProfileMatchesFullName(base::StringPiece16 full_name,
|
| const autofill::AutofillProfile& profile);
|
|
|
| // Returns the Payment Request API basic card payment spec data for the provided
|
| -// autofill credit card |type|. Will set the type and the icon to "generic" for
|
| -// any unrecognized type.
|
| -const PaymentRequestData& GetPaymentRequestData(const std::string& type);
|
| +// autofill credit card |network|. Will set the network and the icon to
|
| +// "generic" for any unrecognized type.
|
| +const PaymentRequestData& GetPaymentRequestData(
|
| + const std::string& issuer_network);
|
|
|
| // Returns the autofill credit card issuer network string for the provided
|
| // Payment Request API basic card payment spec |basic_card_card_issuer_network|.
|
|
|