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

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

Issue 891793002: Take a Profile when adding an incident to the incident reporting service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: this time 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/off_domain_inclusion_detector.h
diff --git a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
index 94064c76f1ce2231af524c3a18e0e94ef15d6949..591293365f77501b6371b21d959bfef23e0b816f 100644
--- a/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
+++ b/chrome/browser/safe_browsing/incident_reporting/off_domain_inclusion_detector.h
@@ -35,8 +35,8 @@ class OffDomainInclusionDetector {
};
// TODO(gab): Hook the OffDomainInclusionDetector to the
- // IncidentReportingService and use an AddIncidentCallback instead of this
- // custom callback type.
+ // IncidentReportingService and use an IncidentReceiver instead of this custom
+ // callback type.
typedef base::Callback<void(AnalysisEvent event)> ReportAnalysisEventCallback;
// Constructs an OffDomainInclusionDetector which will use |database_manager|

Powered by Google App Engine
This is Rietveld 408576698