Commit 6f2ac611 authored by petewil's avatar petewil Committed by Commit bot

Always reschedule after resuming.

BUG=610521

Review-Url: https://codereview.chromium.org/2277663003
Cr-Commit-Position: refs/heads/master@{#414258}
parent 67ecd902
......@@ -180,7 +180,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(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment