diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 14:30:25 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 14:30:25 +0000 |
commit | fce5d927cd91430c0515866418c892ded4e12999 (patch) | |
tree | 8fd478d281c5050b49ff741930e91e47916f2045 /build/ios | |
parent | cdd539c4d47ae6368bd5404733b4d9cd5d925376 (diff) | |
download | chromium_src-fce5d927cd91430c0515866418c892ded4e12999.zip chromium_src-fce5d927cd91430c0515866418c892ded4e12999.tar.gz chromium_src-fce5d927cd91430c0515866418c892ded4e12999.tar.bz2 |
[Autofill] Update credit card type detection logic.
* Remove Solo card support, as Solo cards have been decommissioned permanently since March 31, 2011.
* Update the BIN range for DiscoverCard to include 644-649.
* Correct the BIN ranges for Diner's Club and JCB cards.
* Add test coverage
BUG=246497
TEST=CreditCardTest.GetCreditCardType
R=estade@chromium.org
TBR=joi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/16254010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207809 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/ios')
-rw-r--r-- | build/ios/grit_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/ios/grit_whitelist.txt b/build/ios/grit_whitelist.txt index d8e43dc..f178d8d 100644 --- a/build/ios/grit_whitelist.txt +++ b/build/ios/grit_whitelist.txt @@ -102,7 +102,6 @@ IDS_AUTOFILL_CC_INFOBAR_DENY IDS_AUTOFILL_CC_INFOBAR_TEXT IDS_AUTOFILL_CC_JCB IDS_AUTOFILL_CC_MASTERCARD -IDS_AUTOFILL_CC_SOLO IDS_AUTOFILL_CC_VISA IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK |