| Index: net/socket/ssl_client_socket_openssl.h
|
| diff --git a/net/socket/ssl_client_socket_openssl.h b/net/socket/ssl_client_socket_openssl.h
|
| index 129d30e22671df4a0b58aeb0b7eaa24ecde0a0a5..d113f8267a6b6903aa6cdd235d4e6ec3957e464c 100644
|
| --- a/net/socket/ssl_client_socket_openssl.h
|
| +++ b/net/socket/ssl_client_socket_openssl.h
|
| @@ -55,7 +55,6 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| const unsigned char* in, unsigned int inlen);
|
|
|
| // SSLClientSocket implementation.
|
| - virtual void GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
|
| virtual void GetSSLCertRequestInfo(
|
| SSLCertRequestInfo* cert_request_info) OVERRIDE;
|
| virtual int ExportKeyingMaterial(const base::StringPiece& label,
|
| @@ -81,6 +80,7 @@ class SSLClientSocketOpenSSL : public SSLClientSocket {
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| virtual int64 NumBytesRead() const OVERRIDE;
|
| virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
|
| + virtual bool GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
|
|
|
| // Socket implementation.
|
| virtual int Read(IOBuffer* buf, int buf_len,
|
|
|