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

Unified Diff: components/password_manager/core/browser/login_database.h

Issue 508143002: Remove Finch kill switch for PSL matching (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed histogram constant from DISABLED to NOT_USED Created 6 years, 3 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: components/password_manager/core/browser/login_database.h
diff --git a/components/password_manager/core/browser/login_database.h b/components/password_manager/core/browser/login_database.h
index 9c9f2732a5a12b4d936964f3156e682da55283e0..0ea86e535f6cc9ee0b71b5d79db6ae80c524991f 100644
--- a/components/password_manager/core/browser/login_database.h
+++ b/components/password_manager/core/browser/login_database.h
@@ -147,8 +147,6 @@ class LoginDatabase {
mutable sql::Connection db_;
sql::MetaTable meta_table_;
- PSLMatchingHelper psl_helper_;
-
DISALLOW_COPY_AND_ASSIGN(LoginDatabase);
};

Powered by Google App Engine
This is Rietveld 408576698