Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Unified Diff: net/socket/tcp_client_socket_libevent.cc

Issue 164114: Rebaseline block-test* tests for Mac.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/security/block-test-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/tcp_client_socket_libevent.cc
===================================================================
--- net/socket/tcp_client_socket_libevent.cc (revision 23035)
+++ net/socket/tcp_client_socket_libevent.cc (working copy)
@@ -43,6 +43,8 @@
case EWOULDBLOCK:
#endif
return ERR_IO_PENDING;
+ case EACCES:
+ return ERR_ACCESS_DENIED;
case ENETDOWN:
return ERR_INTERNET_DISCONNECTED;
case ETIMEDOUT:
« no previous file with comments | « no previous file | webkit/data/layout_tests/platform/chromium-mac/LayoutTests/security/block-test-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698