| Index: net/socket/socks5_client_socket.h
|
| diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h
|
| index 59f481b45a6338f55cee2f66835af905daa04a9d..d54e790b0fd075dfbc10ff7713563823da90dbf1 100644
|
| --- a/net/socket/socks5_client_socket.h
|
| +++ b/net/socket/socks5_client_socket.h
|
| @@ -55,6 +55,9 @@ class NET_EXPORT_PRIVATE SOCKS5ClientSocket : public StreamSocket {
|
| bool WasNpnNegotiated() const override;
|
| NextProto GetNegotiatedProtocol() const override;
|
| bool GetSSLInfo(SSLInfo* ssl_info) override;
|
| + void GetConnectionAttempts(ConnectionAttempts* out) const override;
|
| + void ClearConnectionAttempts() override {}
|
| + void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
|
|
|
| // Socket implementation.
|
| int Read(IOBuffer* buf,
|
|
|