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

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

Issue 2209813002: [Offline Pages] Moves Coordinator to using MarkAttemptStarted/MarkAttemptCompleted API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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
Index: components/offline_pages/background/request_coordinator.h
diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/background/request_coordinator.h
index 1be339301b6765ada546094001045efdb32b9210..1e51f185384f050db808ff1adfae170b44543e3c 100644
--- a/components/offline_pages/background/request_coordinator.h
+++ b/components/offline_pages/background/request_coordinator.h
@@ -123,7 +123,10 @@ class RequestCoordinator : public KeyedService {
const SavePageRequest& request);
// Receives the result of update and delete requests to the request queue.
- void UpdateRequestCallback(RequestQueue::UpdateRequestResult result);
+ void UpdateRequestCallback(const ClientId& client_id,
+ RequestQueue::UpdateRequestResult result);
+
+ void UpdateMultipleRequestCallback(RequestQueue::UpdateRequestResult result);
// Callback from the request picker when it has chosen our next request.
void RequestPicked(const SavePageRequest& request);
« no previous file with comments | « components/offline_pages/background/offliner.h ('k') | components/offline_pages/background/request_coordinator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698