| Index: net/base/net_error_list.h
|
| ===================================================================
|
| --- net/base/net_error_list.h (revision 9239)
|
| +++ net/base/net_error_list.h (working copy)
|
| @@ -41,6 +41,9 @@
|
| // The operation failed because of unimplemented functionality.
|
| NET_ERROR(NOT_IMPLEMENTED, -11)
|
|
|
| +// There were not enough resources to complete the operation.
|
| +NET_ERROR(INSUFFICIENT_RESOURCES, -12)
|
| +
|
| // A connection was closed (corresponding to a TCP FIN).
|
| NET_ERROR(CONNECTION_CLOSED, -100)
|
|
|
|
|