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 8485225a35fc412d65b431b2771291574dbe3b05..668adf6b26c9f9017805b2a6c11a1a3c6be5825f 100644 |
--- a/components/autofill/core/common/password_form.h |
+++ b/components/autofill/core/common/password_form.h |
@@ -125,10 +125,6 @@ struct PasswordForm { |
// When parsing an HTML form, this is typically empty. |
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 change password form, the name of the |
// 'old password' input element. Optional. |
string16 old_password_element; |