Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: net/http/http_proxy_client_socket_wrapper.h

Issue 2688173002: Don't rely on SSL cipher fallback in proxy auth. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698