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

Unified Diff: net/base/net_error_list.h

Issue 14666002: Adding ERR_SOCKET_IS_CONNECTED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to origin/master Created 7 years, 8 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 | net/base/net_errors_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_error_list.h
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
index ff6e347d8b8495c691f41d9953f7d9902c81cc6d..5afb522d2b4877561815c50a58051791bf61034f 100644
--- a/net/base/net_error_list.h
+++ b/net/base/net_error_list.h
@@ -91,6 +91,9 @@ NET_ERROR(NETWORK_CHANGED, -21)
// administrator.
NET_ERROR(BLOCKED_BY_ADMINISTRATOR, -22)
+// The socket is already connected.
+NET_ERROR(SOCKET_IS_CONNECTED, -23)
+
// A connection was closed (corresponding to a TCP FIN).
NET_ERROR(CONNECTION_CLOSED, -100)
« no previous file with comments | « no previous file | net/base/net_errors_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698