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

Unified Diff: components/autofill/core/common/password_form.h

Issue 1151373006: Update Confirmation UI for saved password change (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed reviewer comments Created 5 years, 6 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 96633264b01e32a407cdf3e9d150ee763faad6f0..6d97c0f3fb72a09b393b6c5bbb4ba81a019af8a5 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -268,6 +268,10 @@ struct PasswordForm {
// TODO(vabr): Remove |is_alive| once http://crbug.com/486931 is fixed.
bool is_alive; // Set on construction, reset on destruction.
+ // If true, then this form is considered to be a password change form without
vabr (Chromium) 2015/06/19 18:03:16 The comments should add value. All the information
dvadym 2015/07/23 09:45:43 This variable was removed
+ // username field.
+ bool is_password_change_form_without_username;
vabr (Chromium) 2015/06/19 18:03:16 I'm not thrilled about adding a new field to Passw
+
// Returns true if this match was found using public suffix matching.
bool IsPublicSuffixMatch() const;

Powered by Google App Engine
This is Rietveld 408576698