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

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

Issue 2372043002: [Offline pages] Applying TaskQueue to RequestQueue::ChangeRequestsState (Closed)
Patch Set: Addressing feedback from dougarnett Created 4 years, 3 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 78ee472e5c92869a4476c0e247c712c7de343bfe..830d605e57819174e291103bb0f83ca8b3704ba9 100644
--- a/components/offline_pages/background/request_coordinator.h
+++ b/components/offline_pages/background/request_coordinator.h
@@ -188,8 +188,7 @@ class RequestCoordinator : public KeyedService,
RequestQueue::UpdateRequestResult result);
void UpdateMultipleRequestsCallback(
- const RequestQueue::UpdateMultipleRequestResults& result,
- std::vector<std::unique_ptr<SavePageRequest>> requests);
+ std::unique_ptr<UpdateRequestsResult> result);
void HandleRemovedRequestsAndCallback(
const RemoveRequestsCallback& callback,

Powered by Google App Engine
This is Rietveld 408576698