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

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: linux_chromium_clang_dbg compile fix 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 d6a44665a87e0d31f61dfd9ab5b4c81076a39cb7..e317112b41cc214e1998c636d0fd3127391f8740 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -470,7 +470,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