| 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 13ab786e6ef39a623022bb3190f01917e1410029..5876d8386d79b7c3834f6cf9b7d72bd22f8c38cd 100644
|
| --- a/components/offline_pages/background/request_coordinator.cc
|
| +++ b/components/offline_pages/background/request_coordinator.cc
|
| @@ -209,7 +209,7 @@ void RequestCoordinator::OfflinerDoneCallback(const SavePageRequest& request,
|
| // Remove the request from the queue if it either succeeded or exceeded the
|
| // max number of retries.
|
| if (status == Offliner::RequestStatus::SAVED
|
| - || new_attempt_count > policy_->GetMaxRetries()) {
|
| + || new_attempt_count > policy_->GetMaxTries()) {
|
| queue_->RemoveRequest(request.request_id(),
|
| base::Bind(&RequestCoordinator::UpdateRequestCallback,
|
| weak_ptr_factory_.GetWeakPtr()));
|
|
|