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

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

Issue 2568613002: Reconcile the request queue on startup. (Closed)
Patch Set: compile fix 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 6ff8f335bba8ed5916102d88fcbdfdc739bb6b88..1875759ded65acfb1b2520098042b3ec76de66cd 100644
--- a/components/offline_pages/core/background/request_coordinator.h
+++ b/components/offline_pages/core/background/request_coordinator.h
@@ -237,6 +237,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