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

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

Issue 15660018: [autofill] Add support for PSL domain matching for password autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments from palmer Created 7 years, 6 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
Index: content/public/common/password_form.cc
diff --git a/content/public/common/password_form.cc b/content/public/common/password_form.cc
index 7acff86c1667673438bc4334825aa0f3ecafc527..dbc5652129de4abace73d4c93347fe2cc090d7bb 100644
--- a/content/public/common/password_form.cc
+++ b/content/public/common/password_form.cc
@@ -13,7 +13,8 @@ PasswordForm::PasswordForm()
preferred(false),
blacklisted_by_user(false),
type(TYPE_MANUAL),
- times_used(0) {
+ times_used(0),
+ is_psl_origin_match(false) {
}
PasswordForm::~PasswordForm() {
« content/public/common/password_form.h ('K') | « content/public/common/password_form.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698