| 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 902b4e796091bfff6a6fa4fd9050610889fe4715..6953d149d26f43cbe1625ad708d1cc7a8a916440 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_;
|
|
|
|
|