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

Unified Diff: net/reporting/reporting_context.cc

Issue 2829683004: Reporting: Plumb from //chrome/browser/browsing_data. (Closed)
Patch Set: Fix. 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_context.h ('k') | net/reporting/reporting_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_context.cc
diff --git a/net/reporting/reporting_context.cc b/net/reporting/reporting_context.cc
index c6f01fd1f30715fcb6b508be1e02c4cfe54377f5..5111611a289df479f6347ce70b6403e84837efd8 100644
--- a/net/reporting/reporting_context.cc
+++ b/net/reporting/reporting_context.cc
@@ -14,6 +14,7 @@
#include "base/time/tick_clock.h"
#include "base/time/time.h"
#include "net/base/backoff_entry.h"
+#include "net/reporting/reporting_browsing_data_remover.h"
#include "net/reporting/reporting_cache.h"
#include "net/reporting/reporting_delivery_agent.h"
#include "net/reporting/reporting_endpoint_manager.h"
@@ -79,6 +80,7 @@ ReportingContext::ReportingContext(const ReportingPolicy& policy,
delivery_agent_(ReportingDeliveryAgent::Create(this)),
persister_(ReportingPersister::Create(this)),
garbage_collector_(ReportingGarbageCollector::Create(this)),
- network_change_observer_(ReportingNetworkChangeObserver::Create(this)) {}
+ network_change_observer_(ReportingNetworkChangeObserver::Create(this)),
+ browsing_data_remover_(ReportingBrowsingDataRemover::Create(this)) {}
} // namespace net
« no previous file with comments | « net/reporting/reporting_context.h ('k') | net/reporting/reporting_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698