| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc
|
| index b84e0f96f79a158e7eee0ca152f1a3190890b6f3..f837eb4ba5b128b7d8c7522b3aac4820db437ab5 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc
|
| @@ -257,8 +257,8 @@ void DataReductionProxyEventCreator::EndSecureProxyCheck(
|
| PostBoundNetLogSecureProxyCheckEvent(
|
| net_log, net::NetLog::TYPE_DATA_REDUCTION_PROXY_CANARY_REQUEST,
|
| net::NetLog::PHASE_END,
|
| - net_error == 0 ? DataReductionProxyEventStorageDelegate::CHECK_SUCCESS
|
| - : DataReductionProxyEventStorageDelegate::CHECK_FAILED,
|
| + succeeded ? DataReductionProxyEventStorageDelegate::CHECK_SUCCESS
|
| + : DataReductionProxyEventStorageDelegate::CHECK_FAILED,
|
| parameters_callback);
|
| }
|
|
|
|
|