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

Unified Diff: content/public/common/password_form.cc

Issue 11446028: Ignore autocomplete=off when password manager is saving the generated passwords during account crea… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address gcasto's comment Created 8 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: content/public/common/password_form.cc
diff --git a/content/public/common/password_form.cc b/content/public/common/password_form.cc
index f22082895602694b9fe044b289aba0a860432fb5..103b270254ff4b0db939fd318f6f09359f3a4e38 100644
--- a/content/public/common/password_form.cc
+++ b/content/public/common/password_form.cc
@@ -8,6 +8,7 @@ namespace content {
PasswordForm::PasswordForm()
: scheme(SCHEME_HTML),
+ password_should_autocomplete(true),
ssl_valid(false),
preferred(false),
blacklisted_by_user(false),

Powered by Google App Engine
This is Rietveld 408576698