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

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

Issue 14811010: Add metadata to content::PasswordForm to keep track of the password usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Includes Created 7 years, 7 months 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') | no next file » | 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 e991a2b43e5621fa983020377dce644925bfd2ff..7acff86c1667673438bc4334825aa0f3ecafc527 100644
--- a/content/public/common/password_form.cc
+++ b/content/public/common/password_form.cc
@@ -12,7 +12,8 @@ PasswordForm::PasswordForm()
ssl_valid(false),
preferred(false),
blacklisted_by_user(false),
- type(TYPE_MANUAL) {
+ type(TYPE_MANUAL),
+ times_used(0) {
}
PasswordForm::~PasswordForm() {
« no previous file with comments | « content/public/common/password_form.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698