| Index: components/autofill/core/browser/field_types.h
|
| diff --git a/components/autofill/core/browser/field_types.h b/components/autofill/core/browser/field_types.h
|
| index 6c2aa8077528bbcd9ae8b31248bb32b2c4bdcc7f..cee305fcda51c25dfe6c443692ebd96ecd1e20a3 100644
|
| --- a/components/autofill/core/browser/field_types.h
|
| +++ b/components/autofill/core/browser/field_types.h
|
| @@ -234,7 +234,10 @@ enum HtmlFieldType {
|
| HTML_TYPE_CREDIT_CARD_EXP_2_DIGIT_YEAR,
|
| HTML_TYPE_CREDIT_CARD_EXP_4_DIGIT_YEAR,
|
|
|
| - // Non standard autcomplete types.
|
| + // Universal Payment Interface - Virtual Payment Address.
|
| + HTML_TYPE_UPI_VPA,
|
| +
|
| + // Non-standard autocomplete types.
|
| HTML_TYPE_UNRECOGNIZED,
|
| };
|
|
|
|
|