| Index: components/offline_pages/core/background/request_queue.h
|
| diff --git a/components/offline_pages/core/background/request_queue.h b/components/offline_pages/core/background/request_queue.h
|
| index caa1134d1a5cbb322aafde16b0688f79dc024bee..8325dd07173ed7bfb9f125fa7370c5716c738e54 100644
|
| --- a/components/offline_pages/core/background/request_queue.h
|
| +++ b/components/offline_pages/core/background/request_queue.h
|
| @@ -97,6 +97,9 @@ class RequestQueue {
|
| DeviceConditions& conditions,
|
| std::set<int64_t>& disabled_requests);
|
|
|
| + // Reconcile any requests that were active the last time chrome exited.
|
| + void ReconcileRequests(const UpdateCallback& callback);
|
| +
|
| // Cleanup requests that have expired, exceeded the start or completed retry
|
| // limit.
|
| void CleanupRequestQueue();
|
|
|