Index: net/reporting/reporting_endpoint_manager.h |
diff --git a/net/reporting/reporting_endpoint_manager.h b/net/reporting/reporting_endpoint_manager.h |
index d8c9be0a606061549ba0be8c7531aedd780c4cfc..e7819e101ae14f5c1369d01fe0e1032ec051e896 100644 |
--- a/net/reporting/reporting_endpoint_manager.h |
+++ b/net/reporting/reporting_endpoint_manager.h |
@@ -29,6 +29,7 @@ class Origin; |
namespace net { |
class ReportingCache; |
+class ReportingDelegate; |
struct ReportingPolicy; |
// Keeps track of which endpoints are pending (have active delivery attempts to |
@@ -67,6 +68,7 @@ class NET_EXPORT ReportingEndpointManager { |
private: |
const ReportingPolicy& policy() { return context_->policy(); } |
base::TickClock* tick_clock() { return context_->tick_clock(); } |
+ ReportingDelegate* delegate() { return context_->delegate(); } |
ReportingCache* cache() { return context_->cache(); } |
ReportingContext* context_; |