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

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

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/safe_browsing/safe_browsing_service.h
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index db4c0588fab4eaed565b0551eb9187b0f287b89b..2fbfbc37b498ae6cdb4a33fc4b23858f43d31255 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -24,6 +24,7 @@
class PrefChangeRegistrar;
class PrefService;
+class Profile;
struct SafeBrowsingProtocolConfig;
class SafeBrowsingDatabaseManager;
class SafeBrowsingPingManager;
@@ -119,9 +120,9 @@ class SafeBrowsingService
// Returns a preference validation delegate that adds incidents to the
// incident reporting service for validation failures. Returns NULL if the
- // service is not applicable.
+ // service is not applicable for the given profile.
scoped_ptr<TrackedPreferenceValidationDelegate>
- CreatePreferenceValidationDelegate() const;
+ CreatePreferenceValidationDelegate(Profile* profile) const;
protected:
// Creates the safe browsing service. Need to initialize before using.

Powered by Google App Engine
This is Rietveld 408576698