| 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 d8a15492b407b19c17d45545d50db87fa1b1bee9..0df9d4f41fa7299f63825f4405dce258b9ae531f 100644
|
| --- a/net/socket/ssl_client_socket_nss.h
|
| +++ b/net/socket/ssl_client_socket_nss.h
|
| @@ -146,7 +146,7 @@ class SSLClientSocketNSS : public SSLClientSocket {
|
| // 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;
|
| + void AddCTInfoToSSLInfo(SSLInfo* ssl_info) const;
|
|
|
| // Move last protocol to first place: SSLConfig::next_protos has protocols in
|
| // decreasing order of preference with NPN fallback protocol at the end, but
|
|
|