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

Unified Diff: chrome/browser/autofill/autofill_credit_card_model_mac.h

Issue 2873002: AutoFill Mac UI : Validation, CVC Removal, Credit Card year list. (Closed)
Patch Set: Sync with ToT Created 10 years, 6 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: chrome/browser/autofill/autofill_credit_card_model_mac.h
diff --git a/chrome/browser/autofill/autofill_credit_card_model_mac.h b/chrome/browser/autofill/autofill_credit_card_model_mac.h
index 202202e914befa56c66495831f51aec932e5f0cc..5ef07874d3da968ec6a40ef20f3f3aad81e89d75 100644
--- a/chrome/browser/autofill/autofill_credit_card_model_mac.h
+++ b/chrome/browser/autofill/autofill_credit_card_model_mac.h
@@ -25,7 +25,6 @@ class CreditCard;
NSString* creditCardNumber_;
NSString* expirationMonth_;
NSString* expirationYear_;
- NSString* cvcCode_;
NSString* billingAddress_;
NSString* shippingAddress_;
}
@@ -35,7 +34,6 @@ class CreditCard;
@property (nonatomic, copy) NSString* creditCardNumber;
@property (nonatomic, copy) NSString* expirationMonth;
@property (nonatomic, copy) NSString* expirationYear;
-@property (nonatomic, copy) NSString* cvcCode;
@property (nonatomic, copy) NSString* billingAddress;
// Designated initializer. Initializes the property strings to values retrieved
« no previous file with comments | « chrome/app/nibs/AutoFillCreditCardSheet.xib ('k') | chrome/browser/autofill/autofill_credit_card_model_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698