| Index: net/http/http_proxy_client_socket_wrapper.h
|
| diff --git a/net/http/http_proxy_client_socket_wrapper.h b/net/http/http_proxy_client_socket_wrapper.h
|
| index d6184a88bedfe83aed0649d961b51b80a4f3e0fe..902b4e796091bfff6a6fa4fd9050610889fe4715 100644
|
| --- a/net/http/http_proxy_client_socket_wrapper.h
|
| +++ b/net/http/http_proxy_client_socket_wrapper.h
|
| @@ -205,6 +205,9 @@ class HttpProxyClientSocketWrapper : public ProxyClientSocket {
|
|
|
| base::OneShotTimer connect_timer_;
|
|
|
| + // Time when the connection to the proxy was started.
|
| + base::TimeTicks connect_start_time_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(HttpProxyClientSocketWrapper);
|
| };
|
|
|
|
|