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

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

Issue 836963003: Add the result of the inclusion whitelist to the OffDomainInclusionDetector's analysis. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@#c1_sbDB_ODIsupport
Patch Set: fix test leak Created 5 years, 11 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 e5c8fd53a6b0128b659f8a5332285acfe30f363f..358cfa2cd88d3196302dd707046bafb61c15b277 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.cc
+++ b/chrome/browser/safe_browsing/safe_browsing_service.cc
@@ -234,7 +234,7 @@ void SafeBrowsingService::Initialize() {
}
off_domain_inclusion_detector_.reset(
- new safe_browsing::OffDomainInclusionDetector);
+ new safe_browsing::OffDomainInclusionDetector(database_manager_));
#endif
// Track the safe browsing preference of existing profiles.

Powered by Google App Engine
This is Rietveld 408576698