| 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 3f935565d6b850ca433be29397da53cafff88d5b..c8ac07b1a3aff916df606bc5c979a13f962ad487 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
|
| @@ -79,11 +79,6 @@ class DataReductionProxyBypassStats
|
| void OnProxyFallback(const net::ProxyServer& bypassed_proxy,
|
| int net_error);
|
|
|
| - // Called by |ChromeNetworkDelegate| when an HTTP connect has been called.
|
| - // Used to track proxy connection failures.
|
| - void OnConnectComplete(const net::HostPortPair& proxy_server,
|
| - int net_error);
|
| -
|
| // Unconditionally clears counts of successful requests and net errors when
|
| // using the Data Reduction Proxy.
|
| void ClearRequestCounts();
|
|
|