Chromium Code Reviews| Index: net/base/ssl_cert_request_info.h |
| =================================================================== |
| --- net/base/ssl_cert_request_info.h (revision 31079) |
| +++ net/base/ssl_cert_request_info.h (working copy) |
| @@ -37,6 +37,11 @@ |
| // DistinguishedName certificate_authorities<3..2^16-1>; |
| // } CertificateRequest; |
| std::vector<scoped_refptr<X509Certificate> > client_certs; |
| + |
| + private: |
| + friend class base::RefCountedThreadSafe<SSLCertRequestInfo>; |
| + |
| + ~SSLCertRequestInfo() {} |
| }; |
| } // namespace net |