| 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);
|
|
|