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

Unified Diff: chrome/browser/password_manager/login_database.h

Issue 15660018: [autofill] Add support for PSL domain matching for password autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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: chrome/browser/password_manager/login_database.h
diff --git a/chrome/browser/password_manager/login_database.h b/chrome/browser/password_manager/login_database.h
index 0cfa07e63079efa5c28ec0b0ab1a14246dadbacf..f1d0e8d02a8437a078d3b54ea190123eaee56313 100644
--- a/chrome/browser/password_manager/login_database.h
+++ b/chrome/browser/password_manager/login_database.h
@@ -115,6 +115,9 @@ class LoginDatabase {
mutable sql::Connection db_;
sql::MetaTable meta_table_;
+ // Set to true if the public suffix based domain matching is enabled.
+ bool public_suffix_domain_matching_;
Ilya Sherman 2013/06/19 09:40:54 Doesn't look like this is initialized in the const
nyquist 2013/06/19 22:56:06 Done.
+
DISALLOW_COPY_AND_ASSIGN(LoginDatabase);
};

Powered by Google App Engine
This is Rietveld 408576698