| Index: net/curvecp/curvecp_client_socket.h
|
| diff --git a/net/curvecp/curvecp_client_socket.h b/net/curvecp/curvecp_client_socket.h
|
| index 7d7a3613b0ce759ac4833efe96f72ec94c74ffbb..28014da70eba7542fa81beb457ff60268168150a 100644
|
| --- a/net/curvecp/curvecp_client_socket.h
|
| +++ b/net/curvecp/curvecp_client_socket.h
|
| @@ -39,6 +39,7 @@ 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;
|
|
|
| // Socket methods:
|
| virtual int Read(IOBuffer* buf,
|
|
|