| 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 1ca746ee7196a2ca9b9c86a817f9637466f2028f..019c1c57d08c4315564bd53f780734399504f1be 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -175,11 +175,6 @@ class SSLClientSocketImpl : public SSLClientSocket,
|
| // a certificate for this client.
|
| int ClientCertRequestCallback(SSL* ssl);
|
|
|
| - // CertVerifyCallback is called to verify the server's certificates. We do
|
| - // verification after the handshake so this function only enforces that the
|
| - // certificates don't change during renegotiation.
|
| - int CertVerifyCallback(X509_STORE_CTX* store_ctx);
|
| -
|
| // Called after the initial handshake completes and after the server
|
| // certificate has been verified. The order of handshake completion and
|
| // certificate verification depends on whether the connection was false
|
|
|