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

Unified Diff: chrome/browser/safe_browsing/safe_browsing_service.cc

Issue 2734863004: wire PasswordProtectionService into PasswordReuseDetectionManager (Closed)
Patch Set: wire PasswordProtectionService into PasswordReuseDetectionManager Created 3 years, 9 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/safe_browsing/safe_browsing_service.cc
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.cc b/chrome/browser/safe_browsing/safe_browsing_service.cc
index 230d62ec1cf5c5f876b23021ddaa759bf244b1d8..e34d9d9c323e7baca55792874f4fd5fd66567d6a 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -329,14 +329,14 @@ void SafeBrowsingService::Initialize() {
navigation_observer_manager_ = new SafeBrowsingNavigationObserverManager();
}
+ services_delegate_->Initialize(v4_enabled_);
+ services_delegate_->InitializeCsdService(url_request_context_getter_.get());
+
// TODO(jialiul): When PasswordProtectionService does more than reporting UMA,
// we need to add finch trial to gate its functionality.
password_protection_service_ =
base::MakeUnique<PasswordProtectionService>(database_manager());
- services_delegate_->Initialize(v4_enabled_);
- services_delegate_->InitializeCsdService(url_request_context_getter_.get());
-
// Track the safe browsing preference of existing profiles.
// The SafeBrowsingService will be started if any existing profile has the
// preference enabled. It will also listen for updates to the preferences.
« no previous file with comments | « chrome/browser/password_manager/chrome_password_manager_client.cc ('k') | components/password_manager/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698