Index: net/socket/ssl_client_socket_win.h |
diff --git a/net/socket/ssl_client_socket_win.h b/net/socket/ssl_client_socket_win.h |
index 9013a9eb7205b13cae6131630ef6e3438343c39d..f5c0a4db617583ed9e35822b359b8e21c7460ccf 100644 |
--- a/net/socket/ssl_client_socket_win.h |
+++ b/net/socket/ssl_client_socket_win.h |
@@ -45,7 +45,6 @@ class SSLClientSocketWin : public SSLClientSocket { |
~SSLClientSocketWin(); |
// SSLClientSocket implementation. |
- virtual void GetSSLInfo(SSLInfo* ssl_info); |
virtual void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info); |
virtual int ExportKeyingMaterial(const base::StringPiece& label, |
bool has_context, |
@@ -70,6 +69,7 @@ class SSLClientSocketWin : 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, |