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

Unified Diff: net/reporting/reporting_browsing_data_remover.h

Issue 2862003003: Reporting: Document browsing data remover + endpoint backoff (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « no previous file | net/reporting/reporting_endpoint_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_browsing_data_remover.h
diff --git a/net/reporting/reporting_browsing_data_remover.h b/net/reporting/reporting_browsing_data_remover.h
index 77eda2bf498e9324ce21f5f7ef6a3c41dedebada..0c89885c7d92512ed14150881fc42ede5ca99248 100644
--- a/net/reporting/reporting_browsing_data_remover.h
+++ b/net/reporting/reporting_browsing_data_remover.h
@@ -35,6 +35,10 @@ class NET_EXPORT ReportingBrowsingDataRemover {
// which types of data to remove: reports queued by browser features and/or
// clients (endpoints configured by origins). |origin_filter|, if not null,
// specifies which origins' data to remove.
+ //
+ // Note: Currently this does not clear the endpoint backoff data in
+ // ReportingEndpointManager because that's not persisted to disk. If it's ever
+ // persisted, it will need to be cleared as well.
virtual void RemoveBrowsingData(
int data_type_mask,
base::Callback<bool(const GURL&)> origin_filter) = 0;
« no previous file with comments | « no previous file | net/reporting/reporting_endpoint_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698