Skip to content

Commit

Permalink
Re-revert 36595 (restoring 36548); that didn't fix anything.
Browse files Browse the repository at this point in the history
  BUG=none
  TEST=none
  TBR=thomasvl@chromium.org

Review URL: http://codereview.chromium.org/548082

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36599 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
dpranke@chromium.org committed Jan 20, 2010
1 parent 330c630 commit 5ce1f03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions net/socket/socks5_client_socket.cc
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,9 @@ int SOCKS5ClientSocket::DoHandshakeReadComplete(int result) {
return OK;
}

#if defined(OS_LINUX)
int SOCKS5ClientSocket::GetPeerName(struct sockaddr* name,
socklen_t* namelen) {
return transport_->GetPeerName(name, namelen);
}
#endif

} // namespace net
2 changes: 0 additions & 2 deletions net/socket/socks5_client_socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ class SOCKS5ClientSocket : public ClientSocket {
virtual bool SetReceiveBufferSize(int32 size);
virtual bool SetSendBufferSize(int32 size);

#if defined(OS_LINUX)
virtual int GetPeerName(struct sockaddr* name, socklen_t* namelen);
#endif

private:
enum State {
Expand Down

0 comments on commit 5ce1f03

Please sign in to comment.