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

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: Plumb up to HttpNetworkTransaction 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 f895d7c42788df8d05ca7e4bbf7d5a053a402956..6ed58ed47aedc22781b691166dcc1150332e22fb 100644
--- a/net/socket/ssl_client_socket_pool.h
+++ b/net/socket/ssl_client_socket_pool.h
@@ -261,6 +261,9 @@ class SSLConnectJob : public ConnectJob {
GetMessengerCallback get_messenger_callback_;
+ ClientSocketHandle::ConnectionAttempts connection_attempts_;
+ IPEndPoint direct_address_;
Ryan Hamilton 2015/03/17 03:22:28 Looks like this is the peer address. In that case,
Deprecated (see juliatuttle) 2015/03/23 17:45:35 It's specifically called direct_address_ because i
Ryan Hamilton 2015/03/24 19:20:19 Hm. I appreciate the distinction you're going for.
+
base::WeakPtrFactory<SSLConnectJob> weak_factory_;
DISALLOW_COPY_AND_ASSIGN(SSLConnectJob);

Powered by Google App Engine
This is Rietveld 408576698