| Index: components/offline_pages/core/background/request_coordinator.h
|
| diff --git a/components/offline_pages/core/background/request_coordinator.h b/components/offline_pages/core/background/request_coordinator.h
|
| index 8692d28d5c0ecacc12783c8d042c254658887efa..22149069726a9d644dff50169423fa3fb1adea25 100644
|
| --- a/components/offline_pages/core/background/request_coordinator.h
|
| +++ b/components/offline_pages/core/background/request_coordinator.h
|
| @@ -443,6 +443,7 @@ class RequestCoordinator : public KeyedService,
|
| // Unowned pointer to the Network Quality Estimator.
|
| net::NetworkQualityEstimator::NetworkQualityProvider*
|
| network_quality_estimator_;
|
| + net::EffectiveConnectionType network_quality_at_request_start_;
|
| // Holds an ID of the currently active request.
|
| int64_t active_request_id_;
|
| // Status of the most recent offlining.
|
|
|