| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 7503a5b6090844374e66a0f8d3e4d2c478c404de..ced7898c2ab73df0096ae1ca98af362d3c26c518 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -764,6 +764,10 @@ NET_ERROR(CACHE_LOCK_TIMEOUT, -409)
|
| // credentials aren't available. There isn't a way to get them at that point.
|
| NET_ERROR(CACHE_AUTH_FAILURE_AFTER_READ, -410)
|
|
|
| +// Internal not-quite error code for the HTTP cache. In-memory hints suggest
|
| +// that the entry will not be useable under circumstances.
|
| +NET_ERROR(CACHE_ENTRY_NOT_SUITABLE, -411)
|
| +
|
| // The server's response was insecure (e.g. there was a cert error).
|
| NET_ERROR(INSECURE_RESPONSE, -501)
|
|
|
|
|