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

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

Issue 103503002: Ignore autocomplete='off' for usernames and passwords. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase on ToT Created 7 years 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 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;

Powered by Google App Engine
This is Rietveld 408576698