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; |