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

Unified Diff: net/reporting/reporting_observer.cc

Issue 2751883003: Reporting: Implement serializer. (Closed)
Patch Set: rebase Created 3 years, 8 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
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() {}

Powered by Google App Engine
This is Rietveld 408576698