| 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 69f2d7297f4433f04cc0937f15fa6558af1f74bc..3293385dbc159b51fdccc8674c4862f8c1100060 100644
|
| --- a/components/offline_pages/background/request_queue_in_memory_store.h
|
| +++ b/components/offline_pages/background/request_queue_in_memory_store.h
|
| @@ -27,12 +27,8 @@ class RequestQueueInMemoryStore : public RequestQueueStore {
|
| const AddCallback& callback) override;
|
| void UpdateRequests(const std::vector<SavePageRequest>& requests,
|
| const UpdateCallback& callback) override;
|
| -
|
| - // Remove requests by request ID. The callback will get a list of
|
| - // UpdateMultipleRequestResults and a list of the removed requests (for use by
|
| - // notifications).
|
| void RemoveRequests(const std::vector<int64_t>& request_ids,
|
| - const RemoveCallback& callback) override;
|
| + const UpdateCallback& callback) override;
|
|
|
| void Reset(const ResetCallback& callback) override;
|
|
|
|
|