| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| index c8ac07b1a3aff916df606bc5c979a13f962ad487..be08aa55afd7884b196464a220273d8c3e736b22 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h
|
| @@ -57,7 +57,9 @@ class DataReductionProxyBypassStats
|
|
|
| // Callback intended to be called from |DataReductionProxyNetworkDelegate|
|
| // when a request completes. This method is used to gather bypass stats.
|
| - void OnUrlRequestCompleted(const net::URLRequest* request, bool started);
|
| + void OnUrlRequestCompleted(const net::URLRequest* request,
|
| + bool started,
|
| + int net_error);
|
|
|
| // Records the last bypass reason to |bypass_type_| and sets
|
| // |triggering_request_| to true. A triggering request is the first request to
|
|
|