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

Unified Diff: chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm

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_sheet_controller_mac.mm
diff --git a/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm b/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm
index 185aa95a740be883d049c7c302d8de156997db7f..3a483c555e031ea7da7a483ddd00c117e55df5e5 100644
--- a/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm
+++ b/chrome/browser/autofill/autofill_credit_card_sheet_controller_mac.mm
@@ -146,7 +146,7 @@
- (void)buildExpirationYearContents {
NSArray* newArray = [NSArray arrayWithObjects:@" ",
@"2010", @"2011", @"2012", @"2013", @"2014", @"2015",
- @"2016", @"2017", @"2018", @"2019", @"2020", @"2021", nil ];
+ @"2016", @"2017", @"2018", @"2019", @"2020", nil ];
[self setExpirationYearContents:newArray];

Powered by Google App Engine
This is Rietveld 408576698