| Index: net/socket/tcp_client_socket_libevent.h
|
| diff --git a/net/socket/tcp_client_socket_libevent.h b/net/socket/tcp_client_socket_libevent.h
|
| index 653ffe314fab4e86a4167caaf642b3ff495a8ac2..8ddb61b2079db03fc29707bb89e5b5764a011570 100644
|
| --- a/net/socket/tcp_client_socket_libevent.h
|
| +++ b/net/socket/tcp_client_socket_libevent.h
|
| @@ -55,7 +55,9 @@ class NET_EXPORT_PRIVATE TCPClientSocketLibevent : public StreamSocket,
|
| virtual bool UsingTCPFastOpen() const OVERRIDE;
|
| virtual int64 NumBytesRead() const OVERRIDE;
|
| virtual base::TimeDelta GetConnectTimeMicros() const OVERRIDE;
|
| + virtual bool WasNpnNegotiated() const OVERRIDE;
|
| virtual NextProto GetNegotiatedProtocol() const OVERRIDE;
|
| + virtual bool GetSSLInfo(SSLInfo* ssl_info) OVERRIDE;
|
|
|
| // Socket implementation.
|
| // Multiple outstanding requests are not supported.
|
|
|