| 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)
|
|
|
|
|