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

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

Issue 2372043002: [Offline pages] Applying TaskQueue to RequestQueue::ChangeRequestsState (Closed)
Patch Set: Addressing CR feedback and rebasing 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 0f98f1f21d2346354b4e1d88e61cb4c8cd164b02..bb4218e0ac37be888aab8db7eff112829fb21695 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