| 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;
|
| }
|
|
|