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

Unified Diff: components/password_manager/core/browser/BUILD.gn

Issue 2912783002: Measure how often PSL and same-organization name credentials are suppressed. (Closed)
Patch Set: Addressed comments from kolos@. Created 3 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
Index: components/password_manager/core/browser/BUILD.gn
diff --git a/components/password_manager/core/browser/BUILD.gn b/components/password_manager/core/browser/BUILD.gn
index 29296da38483936d711834b42dc4b462c03a1219..056d7d6164c186d66ed77897f6d61146e9157b55 100644
--- a/components/password_manager/core/browser/BUILD.gn
+++ b/components/password_manager/core/browser/BUILD.gn
@@ -122,8 +122,8 @@ static_library("browser") {
"sql_table_builder.h",
"statistics_table.cc",
"statistics_table.h",
- "suppressed_https_form_fetcher.cc",
- "suppressed_https_form_fetcher.h",
+ "suppressed_form_fetcher.cc",
+ "suppressed_form_fetcher.h",
"test_affiliation_fetcher_factory.h",
"webdata/logins_table.cc",
"webdata/logins_table.h",
@@ -322,7 +322,7 @@ source_set("unit_tests") {
"psl_matching_helper_unittest.cc",
"sql_table_builder_unittest.cc",
"statistics_table_unittest.cc",
- "suppressed_https_form_fetcher_unittest.cc",
+ "suppressed_form_fetcher_unittest.cc",
]
if (is_mac) {
sources -= [ "password_store_default_unittest.cc" ]

Powered by Google App Engine
This is Rietveld 408576698