| 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..1a8c2a67f3d1cf318ab52b7d0639d3dff9ef9abe 100644
|
| --- a/net/http/http_proxy_client_socket_wrapper.h
|
| +++ b/net/http/http_proxy_client_socket_wrapper.h
|
| @@ -181,6 +181,7 @@ class HttpProxyClientSocketWrapper : public ProxyClientSocket {
|
| const HostPortPair endpoint_;
|
| SpdySessionPool* const spdy_session_pool_;
|
|
|
| + bool has_restarted_;
|
| const bool tunnel_;
|
| ProxyDelegate* const proxy_delegate_;
|
|
|
|
|