| Index: components/autofill/content/renderer/password_form_conversion_utils.h
|
| diff --git a/components/autofill/content/renderer/password_form_conversion_utils.h b/components/autofill/content/renderer/password_form_conversion_utils.h
|
| index 0529ac2c3d421677075ec0d598e5ecfd8aaea12a..80b5a8e855fee2d42ded2de9ab24150524f0598d 100644
|
| --- a/components/autofill/content/renderer/password_form_conversion_utils.h
|
| +++ b/components/autofill/content/renderer/password_form_conversion_utils.h
|
| @@ -68,6 +68,9 @@ bool HasAutocompleteAttributeValue(const blink::WebInputElement& element,
|
| // the given |element| are present.
|
| bool HasCreditCardAutocompleteAttributes(const blink::WebInputElement& element);
|
|
|
| +// Returns whether the form |field| looks like a credit card verification field.
|
| +bool IsCreditCardVerificationField(const blink::WebInputElement& field);
|
| +
|
| } // namespace autofill
|
|
|
| #endif // COMPONENTS_AUTOFILL_CONTENT_RENDERER_PASSWORD_FORM_CONVERSION_UTILS_H__
|
|
|