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

Unified Diff: net/socket/ssl_client_socket_pool.h

Issue 1006643002: Plumb connection attempts from (non-proxy) ConnectJobs to HttpNetworkTransaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't copy attempts after reset on proxy HTTPS tunnel response Created 5 years, 9 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/socket/ssl_client_socket_pool.h
diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h
index ae7036ba430d007edab92a4d411da16f7835acec..c8117959e01941e6344db718a208a73b1db462d5 100644
--- a/net/socket/ssl_client_socket_pool.h
+++ b/net/socket/ssl_client_socket_pool.h
@@ -169,6 +169,9 @@ class SSLConnectJob : public ConnectJob {
HttpResponseInfo error_response_info_;
+ ClientSocketHandle::ConnectionAttempts connection_attempts_;
+ IPEndPoint direct_address_;
+
DISALLOW_COPY_AND_ASSIGN(SSLConnectJob);
};

Powered by Google App Engine
This is Rietveld 408576698