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

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

Issue 1189293003: Removing PasswordForm::password_auto_complete_set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..e25d411132784e2a75846a0eb504981bc78203a6 100644
--- a/components/autofill/core/common/password_form.h
+++ b/components/autofill/core/common/password_form.h
@@ -164,10 +164,6 @@ struct PasswordForm {
// When parsing an HTML form, this is typically empty.
base::string16 password_value;
- // False if autocomplete is set to "off" for the password input element;
- // True otherwise.
- bool password_autocomplete_set;
-
// If the form was a sign-up or a change password form, the name of the input
// element corresponding to the new password. Optional, and not persisted.
base::string16 new_password_element;

Powered by Google App Engine
This is Rietveld 408576698