Index: net/reporting/reporting_observer.cc |
diff --git a/net/reporting/reporting_observer.cc b/net/reporting/reporting_observer.cc |
index 5e8d778a61b74a74a70bb6a6ceb8fc6ef7adce7d..f9e9318a2247c98b2c4333f64da18d5e8c0898c0 100644 |
--- a/net/reporting/reporting_observer.cc |
+++ b/net/reporting/reporting_observer.cc |
@@ -6,6 +6,10 @@ |
namespace net { |
+void ReportingObserver::OnContextInitializing() {} |
+ |
+void ReportingObserver::OnContextInitialized() {} |
shivanisha
2017/04/10 18:29:29
There's no implementation of this in any of the ob
Julia Tuttle
2017/04/11 19:20:46
The DeliveryAgent will need to implement OnContext
|
+ |
void ReportingObserver::OnCacheUpdated() {} |
ReportingObserver::ReportingObserver() {} |