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 e7dfb47dc4c7b25cc8b34835e8a034f7f3cb8f14..1232de305bec574c01bf6f5aa6a722e7abefbbf1 100644 |
--- a/net/socket/ssl_client_socket_nss.h |
+++ b/net/socket/ssl_client_socket_nss.h |
@@ -148,6 +148,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_; |