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

Unified Diff: components/autofill/core/browser/credit_card_field.cc

Issue 694073002: Autofill - fix for Lowes mobile checkout cc form (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relative Created 6 years, 2 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: components/autofill/core/browser/credit_card_field.cc
diff --git a/components/autofill/core/browser/credit_card_field.cc b/components/autofill/core/browser/credit_card_field.cc
index c18aaf0a4cef3e7af18484decfc15bc67f825f86..71d54aef6b5d6741b7cfb55e4996a6adfa4e2bbe 100644
--- a/components/autofill/core/browser/credit_card_field.cc
+++ b/components/autofill/core/browser/credit_card_field.cc
@@ -75,7 +75,7 @@ FormField* CreditCardField::Parse(AutofillScanner* scanner) {
if (!credit_card_field->verification_ &&
ParseFieldSpecifics(scanner,
base::UTF8ToUTF16(autofill::kCardCvcRe),
- MATCH_DEFAULT | MATCH_TELEPHONE,
+ MATCH_DEFAULT | MATCH_TELEPHONE | MATCH_PASSWORD,
&credit_card_field->verification_)) {
continue;
}
« no previous file with comments | « chrome/test/data/autofill/heuristics/output/22_checkout_m_lowes.com.out ('k') | components/autofill/core/browser/form_field.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698