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

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

Issue 2410903003: [Offline pages] Adding capability to query a subset of requests based on IDs (Closed)
Patch Set: Addressing remaining feedback Created 4 years, 2 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
« no previous file with comments | « no previous file | components/offline_pages/background/request_queue_in_memory_store.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/offline_pages/background/request_queue_in_memory_store.h
diff --git a/components/offline_pages/background/request_queue_in_memory_store.h b/components/offline_pages/background/request_queue_in_memory_store.h
index 7c8b138dcd5dfda216aca05e0043df28f20e5db8..63b18e3decbc1472e433afbb2adb43ab366f4b29 100644
--- a/components/offline_pages/background/request_queue_in_memory_store.h
+++ b/components/offline_pages/background/request_queue_in_memory_store.h
@@ -23,6 +23,8 @@ class RequestQueueInMemoryStore : public RequestQueueStore {
// RequestQueueStore implementaiton.
void GetRequests(const GetRequestsCallback& callback) override;
+ void GetRequestsByIds(const std::vector<int64_t>& request_ids,
+ const UpdateCallback& callback) override;
void AddRequest(const SavePageRequest& offline_page,
const AddCallback& callback) override;
void UpdateRequests(const std::vector<SavePageRequest>& requests,
« no previous file with comments | « no previous file | components/offline_pages/background/request_queue_in_memory_store.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698