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

Unified Diff: net/reporting/reporting_observer.h

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
« no previous file with comments | « net/reporting/reporting_garbage_collector.cc ('k') | net/reporting/reporting_persister.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_observer.h
diff --git a/net/reporting/reporting_observer.h b/net/reporting/reporting_observer.h
index fe2ab5c79f1cb4a9780441ed4f72e5a3915d1c1c..cb05389b6f3f1259e59280df0957dfc04ae96f6e 100644
--- a/net/reporting/reporting_observer.h
+++ b/net/reporting/reporting_observer.h
@@ -12,6 +12,7 @@ namespace net {
class NET_EXPORT ReportingObserver {
public:
+ // Called whenever any change is made to the ReportingCache.
virtual void OnCacheUpdated();
protected:
« no previous file with comments | « net/reporting/reporting_garbage_collector.cc ('k') | net/reporting/reporting_persister.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698