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

Unified Diff: components/autofill/core/common/password_form.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
Index: components/autofill/core/common/password_form.h
diff --git a/components/autofill/core/common/password_form.h b/components/autofill/core/common/password_form.h
index be74b85ce4da8474ac879cb6844ec2699eb7298b..747162302360371c44a948482130b710068ce08a 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -165,6 +165,10 @@ struct PasswordForm {
// element corresponding to the new password. Optional, and not persisted.
base::string16 new_password_element;
+ // The confirmation password element. Optional, only set on form parsing, and
+ // not persisted.
+ base::string16 confirmation_password_element;
+
// The new password. Optional, and not persisted.
base::string16 new_password_value;
« no previous file with comments | « components/autofill/core/browser/field_types.h ('k') | components/password_manager/core/browser/password_form_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698