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

Unified Diff: net/reporting/reporting_service.h

Issue 2829683004: Reporting: Plumb from //chrome/browser/browsing_data. (Closed)
Patch Set: Created 3 years, 8 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: net/reporting/reporting_service.h
diff --git a/net/reporting/reporting_service.h b/net/reporting/reporting_service.h
index c305410a1a6a5113e9d9aeddfdc45bfa471ed2f0..4c467d910ea3a4691e9b6cd77bac2448ce5e3263 100644
--- a/net/reporting/reporting_service.h
+++ b/net/reporting/reporting_service.h
@@ -62,6 +62,12 @@ class NET_EXPORT ReportingService {
virtual void ProcessHeader(const GURL& url,
const std::string& header_value) = 0;
+ // Removes browsing data from the Reporting system. See
+ // ReportingBrowsingDataRemover for more details.
+ virtual void RemoveBrowsingData(
+ int data_type_mask,
+ base::Callback<bool(const GURL&)> origin_filter) = 0;
+
protected:
ReportingService() {}

Powered by Google App Engine
This is Rietveld 408576698