| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 65d3a45d19824b5e7e12a78e8abad652e11d49e1..1af4eb529a0ee4998eb1f659f6fe4449a0771aad 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -645,6 +645,9 @@ NET_ERROR(CACHE_CHECKSUM_READ_FAILURE, -407)
|
| // SimpleCache backend, but not by any URLRequest methods or members.
|
| NET_ERROR(CACHE_CHECKSUM_MISMATCH, -408)
|
|
|
| +// Internal error code for the HTTP cache. The cache lock timeout has fired.
|
| +NET_ERROR(CACHE_LOCK_TIMEOUT, -409)
|
| +
|
| // The server's response was insecure (e.g. there was a cert error).
|
| NET_ERROR(INSECURE_RESPONSE, -501)
|
|
|
|
|