| 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 364de0b1f24fa16c0d246f0746c8789116d020f3..69f2d7297f4433f04cc0937f15fa6558af1f74bc 100644
|
| --- a/components/offline_pages/background/request_queue_in_memory_store.h
|
| +++ b/components/offline_pages/background/request_queue_in_memory_store.h
|
| @@ -34,13 +34,6 @@ class RequestQueueInMemoryStore : public RequestQueueStore {
|
| void RemoveRequests(const std::vector<int64_t>& request_ids,
|
| const RemoveCallback& callback) override;
|
|
|
| - // Set the state of associated requests to |new_state|. The callback will get
|
| - // a list of UpdateMultipleRequestResults, and a list of the updated requests.
|
| - void ChangeRequestsState(
|
| - const std::vector<int64_t>& request_ids,
|
| - const SavePageRequest::RequestState new_state,
|
| - const UpdateMultipleRequestsCallback& callback) override;
|
| -
|
| void Reset(const ResetCallback& callback) override;
|
|
|
| private:
|
|
|