| 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 7dee4279e2ea7dd1ea3836dc6934a38db5dc487e..6c2aa8077528bbcd9ae8b31248bb32b2c4bdcc7f 100644
|
| --- a/components/autofill/core/browser/field_types.h
|
| +++ b/components/autofill/core/browser/field_types.h
|
| @@ -159,9 +159,13 @@ enum ServerFieldType {
|
| // for local heuristics.
|
| PROBABLY_ACCOUNT_CREATION_PASSWORD = 94,
|
|
|
| + // The confirmation password field in account creation or change password
|
| + // forms.
|
| + CONFIRMATION_PASSWORD = 95,
|
| +
|
| // No new types can be added without a corresponding change to the Autofill
|
| // server.
|
| - MAX_VALID_FIELD_TYPE = 95,
|
| + MAX_VALID_FIELD_TYPE = 96,
|
| };
|
|
|
| // The list of all HTML autocomplete field type hints supported by Chrome.
|
|
|