Index: net/curvecp/curvecp_client_socket.h |
diff --git a/net/curvecp/curvecp_client_socket.h b/net/curvecp/curvecp_client_socket.h |
index 2db574fd15b1498f5a20b720e28960b759a97e86..6d51a2fad01a9b7b6f2d9954663eb8ed20322eb8 100644 |
--- a/net/curvecp/curvecp_client_socket.h |
+++ b/net/curvecp/curvecp_client_socket.h |
@@ -39,7 +39,9 @@ class CurveCPClientSocket : public StreamSocket { |
virtual bool UsingTCPFastOpen() const OVERRIDE; |
virtual int64 NumBytesRead() const OVERRIDE; |
virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE; |
- virtual net::NextProto GetNegotiatedProtocol() const OVERRIDE; |
+ virtual bool WasNpnNegotiated() const OVERRIDE; |
+ virtual NextProto GetNegotiatedProtocol() const OVERRIDE; |
+ virtual void GetSSLInfo(SSLInfo* ssl_info) const OVERRIDE; |
// Socket methods: |
virtual int Read(IOBuffer* buf, |