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

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: Fix a naming issue. 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
« no previous file with comments | « content/public/common/password_form.h ('k') | content/renderer/password_form_conversion_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e991a2b43e5621fa983020377dce644925bfd2ff 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_autocomplete_set(true),
ssl_valid(false),
preferred(false),
blacklisted_by_user(false),
« no previous file with comments | « content/public/common/password_form.h ('k') | content/renderer/password_form_conversion_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698