| Index: net/socket/ssl_client_socket_impl.h
|
| diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
|
| index 97fa2929d50d880c857b46bcc5da5043686b64e6..920b8e5210655c1c5e1f3e200c8be2409bdb2535 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -133,7 +133,6 @@ class SSLClientSocketImpl : public SSLClientSocket {
|
| int DoVerifyCertComplete(int result);
|
| void DoConnectCallback(int result);
|
| void UpdateServerCert();
|
| - void VerifyCT();
|
|
|
| void OnHandshakeIOComplete(int result);
|
| void OnSendComplete(int result);
|
| @@ -156,6 +155,7 @@ class SSLClientSocketImpl : public SSLClientSocket {
|
| void BufferRecvComplete(int result);
|
| void TransportWriteComplete(int result);
|
| int TransportReadComplete(int result);
|
| + int VerifyCT();
|
|
|
| // Callback from the SSL layer that indicates the remote server is requesting
|
| // a certificate for this client.
|
|
|