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

Unified Diff: net/reporting/reporting_delivery_agent.h

Issue 2835923005: Reporting: Remove persistence for now. (Closed)
Patch Set: 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_delegate.cc ('k') | net/reporting/reporting_delivery_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/reporting/reporting_delivery_agent.h
diff --git a/net/reporting/reporting_delivery_agent.h b/net/reporting/reporting_delivery_agent.h
index e4ed37044537500e071dd2551bf995283f138cb8..d071b7e9355b4a339f352320ce4ba1a0aca5302c 100644
--- a/net/reporting/reporting_delivery_agent.h
+++ b/net/reporting/reporting_delivery_agent.h
@@ -55,11 +55,6 @@ class NET_EXPORT ReportingDeliveryAgent {
virtual ~ReportingDeliveryAgent();
- // Initializes the DeliveryAgent, which schedules delivery (after the Policy's
- // delivery_interval) for any previously-persisted reports that can still be
- // delivered.
- virtual void Initialize() = 0;
-
// Replaces the internal Timer used for scheduling report delivery attempts
// with a caller-specified one so that unittests can provide a MockTimer.
virtual void SetTimerForTesting(std::unique_ptr<base::Timer> timer) = 0;
« no previous file with comments | « net/reporting/reporting_delegate.cc ('k') | net/reporting/reporting_delivery_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698