| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index fe98e4232cddd61921822c518ce887aea0f41a65..44f0c8dd17245bfcaea71af01d513cecd1f28d63 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -84,6 +84,9 @@ NET_ERROR(FILE_VIRUS_INFECTED, -19)
|
| // The client chose to block the request.
|
| NET_ERROR(BLOCKED_BY_CLIENT, -20)
|
|
|
| +// The network changed.
|
| +NET_ERROR(NETWORK_CHANGED, -21)
|
| +
|
| // A connection was closed (corresponding to a TCP FIN).
|
| NET_ERROR(CONNECTION_CLOSED, -100)
|
|
|
|
|