Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: components/autofill/core/browser/autofill_credit_card_filling_infobar_delegate_mobile.h

Issue 2212063002: [Autofill] Implement Autofill Assistant infobar for iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: card details Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698