| Index: components/offline_pages/core/background/request_coordinator.cc
|
| diff --git a/components/offline_pages/core/background/request_coordinator.cc b/components/offline_pages/core/background/request_coordinator.cc
|
| index fb066b6bafa83631f074bcdba9162491fcba63b0..8e7518d045ba34512cc721a10770f06e8d456260 100644
|
| --- a/components/offline_pages/core/background/request_coordinator.cc
|
| +++ b/components/offline_pages/core/background/request_coordinator.cc
|
| @@ -514,6 +514,8 @@ void RequestCoordinator::StopProcessing(Offliner::RequestStatus stop_status) {
|
| void RequestCoordinator::HandleWatchdogTimeout() {
|
| Offliner::RequestStatus watchdog_status =
|
| Offliner::REQUEST_COORDINATOR_TIMED_OUT;
|
| + if (offliner_->HandleTimeout(*active_request_.get()))
|
| + return;
|
| StopPrerendering(watchdog_status);
|
| TryNextRequest(!kStartOfProcessing);
|
| }
|
|
|