| Index: components/offline_pages/background/request_coordinator.cc
|
| diff --git a/components/offline_pages/background/request_coordinator.cc b/components/offline_pages/background/request_coordinator.cc
|
| index de008ff6031cdb1420e0cb9cc29344b7556f1335..7d90ee2f0abc59849bb841b7864458c34ef2ea40 100644
|
| --- a/components/offline_pages/background/request_coordinator.cc
|
| +++ b/components/offline_pages/background/request_coordinator.cc
|
| @@ -181,7 +181,7 @@ void RequestCoordinator::ResumeRequests(
|
| request_ids, SavePageRequest::RequestState::AVAILABLE,
|
| base::Bind(&RequestCoordinator::UpdateMultipleRequestsCallback,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| - // TODO: Should we also schedule a task, in case there is not one scheduled?
|
| + scheduler_->Schedule(GetTriggerConditionsForUserRequest());
|
| }
|
|
|
| void RequestCoordinator::AddRequestResultCallback(
|
|
|