| Index: net/socket/ssl_client_socket_nss.h
|
| diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h
|
| index 1cea8b2a3921f47b3ad389042ab05d268e9c7b0c..cc1412fa80b3e21457f05c8ca94a01cd31ad62b6 100644
|
| --- a/net/socket/ssl_client_socket_nss.h
|
| +++ b/net/socket/ssl_client_socket_nss.h
|
| @@ -146,6 +146,13 @@ class SSLClientSocketNSS : public SSLClientSocket {
|
| void EnsureThreadIdAssigned() const;
|
| bool CalledOnValidThread() const;
|
|
|
| + // Adds the SignedCertificateTimestamps from ct_verify_result_ to |ssl_info|.
|
| + // SCTs are held in three separate vectors in ct_verify_result, each
|
| + // vetor representing a particular verification state, this method associates
|
| + // each of the SCTs with the corresponding SCTVerifyStatus as it adds it to
|
| + // the |ssl_info|.signed_certificate_timestamps list.
|
| + void AddSCTInfoToSSLInfo(SSLInfo* ssl_info) const;
|
| +
|
| // The task runner used to perform NSS operations.
|
| scoped_refptr<base::SequencedTaskRunner> nss_task_runner_;
|
| scoped_ptr<ClientSocketHandle> transport_;
|
|
|