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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 341563003: Safe browsing incident reporting service improvements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r278347 Created 6 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/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index d45f9089a43d61b2a27178891a44182421bf75ea..c2c6d42387b3d4352a2cdac3a53689b4dc6e244a 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -454,7 +454,7 @@ ProfileImpl::ProfileImpl(
g_browser_process->safe_browsing_service());
if (safe_browsing_service) {
pref_validation_delegate_ =
- safe_browsing_service->CreatePreferenceValidationDelegate().Pass();
+ safe_browsing_service->CreatePreferenceValidationDelegate(this).Pass();
}
{

Powered by Google App Engine
This is Rietveld 408576698