| Index: net/socket/ssl_client_socket_nss.h
|
| ===================================================================
|
| --- net/socket/ssl_client_socket_nss.h (revisión: 29395)
|
| +++ net/socket/ssl_client_socket_nss.h (copia de trabajo)
|
| @@ -126,7 +126,7 @@
|
|
|
| // Stores client authentication information between ClientAuthHandler and
|
| // GetSSLCertRequestInfo calls.
|
| - CERTDistNames* client_auth_ca_names_;
|
| + std::vector<scoped_refptr<X509Certificate> > client_certs_;
|
| bool client_auth_cert_needed_;
|
|
|
| scoped_ptr<CertVerifier> verifier_;
|
|
|