| 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 b0f61c7a08f8d347a44afc26b3768c29ec249736..12d92296e2f826186b38fc13de05b608a21c16cc 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -151,9 +151,6 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| // List of DER-encoded X.509 DistinguishedName of certificate authorities
|
| // allowed by the server.
|
| std::vector<std::string> cert_authorities_;
|
| - // Set of certificates that matches the server criteria. This should be
|
| - // removed soon as being tracked in http://crbug.com/166642.
|
| - std::vector<scoped_refptr<X509Certificate> > client_certs_;
|
|
|
| CertVerifier* const cert_verifier_;
|
| scoped_ptr<SingleRequestCertVerifier> verifier_;
|
|
|