Chromium Code Reviews| Index: net/socket/ssl_client_socket_pool.cc |
| diff --git a/net/socket/ssl_client_socket_pool.cc b/net/socket/ssl_client_socket_pool.cc |
| index 2c704658820bc06a8404679c2f796be269657387..a68bab73011b05e6a5b381d208a323452b36f9b6 100644 |
| --- a/net/socket/ssl_client_socket_pool.cc |
| +++ b/net/socket/ssl_client_socket_pool.cc |
| @@ -370,18 +370,6 @@ int SSLConnectJob::DoSSLConnectComplete(int result) { |
| base::TimeDelta::FromMinutes(1), |
| 100); |
| } |
| -#if defined(SPDY_PROXY_AUTH_ORIGIN) |
| - bool using_data_reduction_proxy = params_->host_and_port().Equals( |
| - HostPortPair::FromURL(GURL(SPDY_PROXY_AUTH_ORIGIN))); |
| - if (using_data_reduction_proxy) { |
| - UMA_HISTOGRAM_CUSTOM_TIMES( |
| - "Net.SSL_Connection_Latency_DataReductionProxy", |
|
Alexei Svitkine (slow)
2014/07/21 20:25:35
Can you mark this histogram as deprecated in histo
Not at Google. Contact bengr
2014/07/21 21:45:09
Done.
|
| - connect_duration, |
| - base::TimeDelta::FromMilliseconds(1), |
| - base::TimeDelta::FromMinutes(1), |
| - 100); |
| - } |
| -#endif |
| UMA_HISTOGRAM_CUSTOM_TIMES("Net.SSL_Connection_Latency_2", |
| connect_duration, |