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

Unified Diff: components/offline_pages/core/background/request_coordinator.h

Issue 2568613002: Reconcile the request queue on startup. (Closed)
Patch Set: Created 4 years 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: components/offline_pages/core/background/request_coordinator.h
diff --git a/components/offline_pages/core/background/request_coordinator.h b/components/offline_pages/core/background/request_coordinator.h
index 60a85f8f5e430dff7b0fd60dfb20645f0cfa5e5a..875bd8fb1782dffafbe40e50449786c5831ad5ba 100644
--- a/components/offline_pages/core/background/request_coordinator.h
+++ b/components/offline_pages/core/background/request_coordinator.h
@@ -236,6 +236,8 @@ class RequestCoordinator : public KeyedService,
void UpdateMultipleRequestsCallback(
std::unique_ptr<UpdateRequestsResult> result);
+ void ReconcileCallback(std::unique_ptr<UpdateRequestsResult> result);
+
void HandleRemovedRequestsAndCallback(
const RemoveRequestsCallback& callback,
RequestNotifier::BackgroundSavePageResult status,

Powered by Google App Engine
This is Rietveld 408576698