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

Unified Diff: chrome/browser/BUILD.gn

Issue 2912383004: Fill is_chrome_signin_password field in the password entry pings. (Closed)
Patch Set: move to SB service delegate Created 3 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 613e668d57a48d36971ab2b45ccee18a04758a4e..02859005fc975f04dcda60363ab221f107971808 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -2239,8 +2239,6 @@ split_static_library("browser") {
"safe_browsing/certificate_reporting_service.h",
"safe_browsing/certificate_reporting_service_factory.cc",
"safe_browsing/certificate_reporting_service_factory.h",
- "safe_browsing/chrome_password_protection_service.cc",
- "safe_browsing/chrome_password_protection_service.h",
"safe_browsing/notification_image_reporter.cc",
"safe_browsing/notification_image_reporter.h",
"safe_browsing/permission_reporter.cc",
@@ -2288,6 +2286,8 @@ split_static_library("browser") {
"safe_browsing/browser_feature_extractor.h",
"safe_browsing/browser_features.cc",
"safe_browsing/browser_features.h",
+ "safe_browsing/chrome_password_protection_service.cc",
+ "safe_browsing/chrome_password_protection_service.h",
"safe_browsing/chunk_range.cc",
"safe_browsing/chunk_range.h",
"safe_browsing/client_side_detection_host.cc",

Powered by Google App Engine
This is Rietveld 408576698