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

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

Issue 2373933003: [Offline pages] Updating RequestQueue::RemoveRequests to use a TaskQueue (Closed)
Patch Set: 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_queue_store_sql.h
diff --git a/components/offline_pages/background/request_queue_store_sql.h b/components/offline_pages/background/request_queue_store_sql.h
index 5f04e6f6e5e10c289120b15b1079f6e06a1596cd..15ab8fbec4842f12a01d3e6b10d684b4069e98b7 100644
--- a/components/offline_pages/background/request_queue_store_sql.h
+++ b/components/offline_pages/background/request_queue_store_sql.h
@@ -39,7 +39,7 @@ class RequestQueueStoreSQL : public RequestQueueStore {
void UpdateRequests(const std::vector<SavePageRequest>& requests,
const UpdateCallback& callback) override;
void RemoveRequests(const std::vector<int64_t>& request_ids,
- const RemoveCallback& callback) override;
+ const UpdateCallback& callback) override;
void Reset(const ResetCallback& callback) override;
private:

Powered by Google App Engine
This is Rietveld 408576698