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

Unified Diff: components/autofill_strings.grdp

Issue 18927003: [Autofill] Don't validate China UnionPay cards with the Luhn checksum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Parens for order of operations Created 7 years, 5 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
« no previous file with comments | « components/autofill/core/browser/validation_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill_strings.grdp
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp
index 479f565e61ab7ac5d7d4498ba9ba815767beb060..16fe9390d27305a1a665c8abfa7fb1ae83cc9a52 100644
--- a/components/autofill_strings.grdp
+++ b/components/autofill_strings.grdp
@@ -25,6 +25,9 @@
<message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name.">
MasterCard
</message>
+ <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card name.">
+ China UnionPay
+ </message>
<message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
Visa
</message>
« no previous file with comments | « components/autofill/core/browser/validation_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698