| Index: net/curvecp/curvecp_client_socket.h
|
| diff --git a/net/curvecp/curvecp_client_socket.h b/net/curvecp/curvecp_client_socket.h
|
| index de3e86ace0b992debcd3a683f2f4f5103e99f89c..80734b725a415a4b84edf0884fd37c00637c2f99 100644
|
| --- a/net/curvecp/curvecp_client_socket.h
|
| +++ b/net/curvecp/curvecp_client_socket.h
|
| @@ -38,7 +38,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 bool GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf,
|
|
|