| Index: components/offline_pages/background/request_coordinator.h
|
| diff --git a/components/offline_pages/background/request_coordinator.h b/components/offline_pages/background/request_coordinator.h
|
| index 719c65c632588c52baf96a12258bea466e626bdc..c9238e45f2346ac98c0235062a25abe6786336d4 100644
|
| --- a/components/offline_pages/background/request_coordinator.h
|
| +++ b/components/offline_pages/background/request_coordinator.h
|
| @@ -303,7 +303,7 @@ class RequestCoordinator : public KeyedService,
|
| // of the previous one.
|
| bool ShouldTryNextRequest(Offliner::RequestStatus previous_request_status);
|
|
|
| - void TryNextRequest();
|
| + void TryNextRequest(bool is_start_of_processing);
|
|
|
| // If there is an active request in the list, cancel that request.
|
| bool CancelActiveRequestIfItMatches(const std::vector<int64_t>& request_ids);
|
|
|