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

Unified Diff: chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h

Issue 845663004: Initial script request detector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix initializer order. 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/incident_reporting/incident_reporting_service.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
index 1fac481b235621ffb0d58638d0bbe122f543729f..a80c5bb3adfc66479c259be3c696c14a5dc6f2a6 100644
--- a/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
+++ b/chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.h
@@ -81,7 +81,7 @@ class IncidentReportingService : public content::NotificationObserver {
// service on behalf of |profile|. The callback may outlive the service, but
// will no longer have any effect after the service is deleted. The callback
// must not be run after |profile| has been destroyed.
- AddIncidentCallback GetAddIncidentCallback(Profile* profile);
+ virtual AddIncidentCallback GetAddIncidentCallback(Profile* profile);
// Returns a preference validation delegate that adds incidents to the service
// for validation failures in |profile|. The delegate may outlive the service,

Powered by Google App Engine
This is Rietveld 408576698