| Index: net/http/proxy_client_socket.cc
|
| diff --git a/net/http/proxy_client_socket.cc b/net/http/proxy_client_socket.cc
|
| index 3a7947c02486815bc6782ec9f8db5b2f0da3cf6f..ffdbec8646050763f9d0f28524f0d6f2e70f2fda 100644
|
| --- a/net/http/proxy_client_socket.cc
|
| +++ b/net/http/proxy_client_socket.cc
|
| @@ -58,7 +58,8 @@ int ProxyClientSocket::HandleProxyAuthChallenge(HttpAuthController* auth,
|
| HttpResponseInfo* response,
|
| const BoundNetLog& net_log) {
|
| DCHECK(response->headers.get());
|
| - int rv = auth->HandleAuthChallenge(response->headers, false, true, net_log);
|
| + int rv = auth->HandleAuthChallenge(response->headers, response->ssl_info,
|
| + false, true, net_log);
|
| response->auth_challenge = auth->auth_info();
|
| if (rv == OK)
|
| return ERR_PROXY_AUTH_REQUESTED;
|
|
|