| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
| index 4e89e8487456d5efa9316de28571e02cf34d5793..688011e9cb7eaa4eb843792763da501c296675ab 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config.cc
|
| @@ -644,7 +644,7 @@ void DataReductionProxyConfig::HandleSecureProxyCheckResponse(
|
| event_creator_->EndSecureProxyCheck(bound_net_log_, status.error(),
|
| http_response_code, success_response);
|
|
|
| - if (status.status() == net::URLRequestStatus::FAILED) {
|
| + if (!status.is_success()) {
|
| if (status.error() == net::ERR_INTERNET_DISCONNECTED) {
|
| RecordSecureProxyCheckFetchResult(INTERNET_DISCONNECTED);
|
| return;
|
|
|