| Index: net/reporting/reporting_service.h
|
| diff --git a/net/reporting/reporting_service.h b/net/reporting/reporting_service.h
|
| index 831e07119666717df47c4de497a77e03b94c60c9..2b010bd27b1d3af75747f6b73558ae18f9f5b0de 100644
|
| --- a/net/reporting/reporting_service.h
|
| +++ b/net/reporting/reporting_service.h
|
| @@ -59,6 +59,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() {}
|
|
|
|
|