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

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

Issue 1161023008: Suggest to fill password change forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming and showing password field suggestions rarely 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_fill_data.h
diff --git a/components/autofill/core/common/password_form_fill_data.h b/components/autofill/core/common/password_form_fill_data.h
index 0eea16fbd87dae9c008970989316560f2306d819..fad5c81e267b43ee12c7de82e10f8b64809e21b7 100644
--- a/components/autofill/core/common/password_form_fill_data.h
+++ b/components/autofill/core/common/password_form_fill_data.h
@@ -76,6 +76,9 @@ struct PasswordFormFillData {
// and our saved representation don't match up.
bool wait_for_username;
+ // True if this form is a change password form.
+ bool is_change_password_form;
Garrett Casto 2015/06/12 00:09:09 Change to |is_possible_change_password_form| to ma
dvadym 2015/06/12 17:22:37 Done.
+
PasswordFormFillData();
~PasswordFormFillData();
};

Powered by Google App Engine
This is Rietveld 408576698