| 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 1e51f185384f050db808ff1adfae170b44543e3c..5c6c03ba07193c4a779da7d6ea1d0ead94cf177e 100644
|
| --- a/components/offline_pages/background/request_coordinator.h
|
| +++ b/components/offline_pages/background/request_coordinator.h
|
| @@ -176,6 +176,8 @@ class RequestCoordinator : public KeyedService {
|
| std::unique_ptr<RequestQueue> queue_;
|
| // Scheduler. Used to request a callback when network is available. Owned.
|
| std::unique_ptr<Scheduler> scheduler_;
|
| + // Holds copy of the active request, if any.
|
| + std::unique_ptr<SavePageRequest> active_request_;
|
| // Status of the most recent offlining.
|
| Offliner::RequestStatus last_offlining_status_;
|
| // Class to choose which request to schedule next
|
|
|