Index: net/socket/socks5_client_socket.cc |
diff --git a/net/socket/socks5_client_socket.cc b/net/socket/socks5_client_socket.cc |
index 607c620fb87ab0f5a7d39e8467139795535e9fca..f08d04003b5d2fa2cc82d187b2db025514bacbee 100644 |
--- a/net/socket/socks5_client_socket.cc |
+++ b/net/socket/socks5_client_socket.cc |
@@ -162,7 +162,6 @@ NextProto SOCKS5ClientSocket::GetNegotiatedProtocol() const { |
return kProtoUnknown; |
} |
- |
// Read is called by the transport layer above to read. This can only be done |
// if the SOCKS handshake is complete. |
int SOCKS5ClientSocket::Read(IOBuffer* buf, int buf_len, |