diff options
author | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 22:57:14 +0000 |
---|---|---|
committer | isherman@chromium.org <isherman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-27 22:57:14 +0000 |
commit | ef4bbf732554408149c0058ae5eb42160241bc48 (patch) | |
tree | 4b227e3b8a7fa57e7433744ebfc28c67fd0b404d /chrome/browser/autofill/autofill_regex_constants.cc.utf8 | |
parent | f74c401ed9c926edd92244ab7eef05224051bd42 (diff) | |
download | chromium_src-ef4bbf732554408149c0058ae5eb42160241bc48.zip chromium_src-ef4bbf732554408149c0058ae5eb42160241bc48.tar.gz chromium_src-ef4bbf732554408149c0058ae5eb42160241bc48.tar.bz2 |
Autofill: Expand the "name on card" regex a little further.
BUG=98286
TEST=browser_tests --gtest_filter=*DataDrivenHeuristics*
Review URL: http://codereview.chromium.org/8054026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103035 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/autofill_regex_constants.cc.utf8')
-rw-r--r-- | chrome/browser/autofill/autofill_regex_constants.cc.utf8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/autofill_regex_constants.cc.utf8 b/chrome/browser/autofill/autofill_regex_constants.cc.utf8 index b01e6e3..9d9d658 100644 --- a/chrome/browser/autofill/autofill_regex_constants.cc.utf8 +++ b/chrome/browser/autofill/autofill_regex_constants.cc.utf8 @@ -122,7 +122,7 @@ const char kShippingDesignatorRe[] = "ship"; // credit_card_field.cc ///////////////////////////////////////////////////////////////////////////// const char kNameOnCardRe[] = - "card.?holder|name.*on.?card|cc.?name|cc.?full.?name|owner" + "card.?holder|name.*\\bon\\b.*card|cc.?name|cc.?full.?name|owner" "|karteninhaber" // de-DE "|nombre.*tarjeta" // es "|nom.*carte" // fr-FR |