| Index: net/socket/socks_client_socket.h | 
| diff --git a/net/socket/socks_client_socket.h b/net/socket/socks_client_socket.h | 
| index 66fab4523c4c6ef5cdfff46f53ff1a9acda863af..ee2918a60944d8a83676d36223cb38233501fdc0 100644 | 
| --- a/net/socket/socks_client_socket.h | 
| +++ b/net/socket/socks_client_socket.h | 
| @@ -52,6 +52,9 @@ class NET_EXPORT_PRIVATE SOCKSClientSocket : 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, | 
|  |