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

Unified Diff: net/reporting/reporting_endpoint_manager.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 | « net/reporting/reporting_browsing_data_remover.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_endpoint_manager.h
diff --git a/net/reporting/reporting_endpoint_manager.h b/net/reporting/reporting_endpoint_manager.h
index e3cc8277fa776fe30d1faa7c97069c95db598caa..d8c9be0a606061549ba0be8c7531aedd780c4cfc 100644
--- a/net/reporting/reporting_endpoint_manager.h
+++ b/net/reporting/reporting_endpoint_manager.h
@@ -72,6 +72,10 @@ class NET_EXPORT ReportingEndpointManager {
ReportingContext* context_;
std::set<GURL> pending_endpoints_;
+
+ // Note: Currently the ReportingBrowsingDataRemover does not clear this data
+ // because it's not persisted to disk. If it's ever persisted, it will need
+ // to be cleared as well.
std::map<GURL, std::unique_ptr<net::BackoffEntry>> endpoint_backoff_;
DISALLOW_COPY_AND_ASSIGN(ReportingEndpointManager);
« no previous file with comments | « net/reporting/reporting_browsing_data_remover.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698