| Index: components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h
|
| diff --git a/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h b/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h
|
| index fe1cc199e0e4cdc564a8e0f5fc491112eee23788..6bb676ccd86d0ecc9f2f990601b9b2e08467191d 100644
|
| --- a/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h
|
| +++ b/components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h
|
| @@ -64,6 +64,10 @@ class AutofillCreditCardFillingInfoBarDelegateMobile
|
| // The resource ID for the icon that identifies the issuer of the card.
|
| int issuer_icon_id_;
|
|
|
| +#if defined(OS_IOS)
|
| + // Card type for display (e.g. 'Visa').
|
| + base::string16 card_type_;
|
| +#endif
|
| base::string16 card_label_;
|
| base::string16 card_sub_label_;
|
|
|
|
|