diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 20:46:32 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-15 20:46:32 +0000 |
commit | 051e4ecafeb6da960517224bdd0348dae7e43784 (patch) | |
tree | fe54348a4cd34c6d6bc6fad3d013788349729b27 /net/base/winsock_util.h | |
parent | a82151cc51eab71162a356a8b9f83885d9386ef8 (diff) | |
download | chromium_src-051e4ecafeb6da960517224bdd0348dae7e43784.zip chromium_src-051e4ecafeb6da960517224bdd0348dae7e43784.tar.gz chromium_src-051e4ecafeb6da960517224bdd0348dae7e43784.tar.bz2 |
Move MapWinsockError() and MapPosixError() to net_errors.h.
Added new net::MapSystemError() that is now used in place of
MapWinsockError() and MapPosixError()
BUG=None
TEST=compiles
Review URL: http://codereview.chromium.org/6694032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/winsock_util.h')
-rw-r--r-- | net/base/winsock_util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/base/winsock_util.h b/net/base/winsock_util.h index c26e63f..f1e39cb 100644 --- a/net/base/winsock_util.h +++ b/net/base/winsock_util.h @@ -23,9 +23,6 @@ void AssertEventNotSignaled(WSAEVENT hEvent); // optimization. The code still works if this function simply returns false. bool ResetEventIfSignaled(WSAEVENT hEvent); -// Map winsock error to Chromium error. -int MapWinsockError(int os_error); - } // namespace net #endif // NET_BASE_WINSOCK_UTIL_H_ |