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

Unified Diff: components/autofill/core/browser/field_types.h

Issue 2637823002: [Password Generation] Send votes about confirmation fields (Closed)
Patch Set: Fixed comment to |confirmation_password_element| Created 3 years, 11 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
« no previous file with comments | « components/autofill/core/browser/autofill_type.cc ('k') | components/autofill/core/common/password_form.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/autofill/core/browser/autofill_type.cc ('k') | components/autofill/core/common/password_form.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698