Index: net/http/http_proxy_client_socket_pool.cc |
diff --git a/net/http/http_proxy_client_socket_pool.cc b/net/http/http_proxy_client_socket_pool.cc |
index 01dc023fca9402f7db9213f194b4b78d951974c6..6b53e62f68e2c358343460e12fe21db0ebdf6827 100644 |
--- a/net/http/http_proxy_client_socket_pool.cc |
+++ b/net/http/http_proxy_client_socket_pool.cc |
@@ -238,7 +238,7 @@ int HttpProxyConnectJob::DoSSLConnectComplete(int result) { |
SSLClientSocket* ssl = |
static_cast<SSLClientSocket*>(transport_socket_handle_->socket()); |
using_spdy_ = ssl->was_spdy_negotiated(); |
- protocol_negotiated_ = ssl->protocol_negotiated(); |
+ protocol_negotiated_ = ssl->GetNegotiatedProtocol(); |
// Reset the timer to just the length of time allowed for HttpProxy handshake |
// so that a fast SSL connection plus a slow HttpProxy failure doesn't take |