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

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: OnMainThread 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 fb75caeae8b91cddf95906f1b79bf6fe5760790e..f0ab04f0f3ce99594e8fc497e102d09ec0702239 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
@@ -42,8 +42,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