| Index: net/socket/ssl_client_socket_openssl.h
|
| diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
|
| index d47b8d60889773b5074f5c0679e2144e7fc6f7e1..8b891114eb9a98bb0234dcf5356d6c19cc1550ad 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -246,9 +246,6 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| // network.
|
| bool was_ever_used_;
|
|
|
| - // Stores client authentication information between ClientAuthHandler and
|
| - // GetSSLCertRequestInfo calls.
|
| - bool client_auth_cert_needed_;
|
| // List of DER-encoded X.509 DistinguishedName of certificate authorities
|
| // allowed by the server.
|
| std::vector<std::string> cert_authorities_;
|
|
|