| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index b805dd6ac7ecb01ddd4248bf412d78fb4973b123..c48f3746bf33ee425ebe0ee77f5b5b46bb123391 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -614,6 +614,12 @@ NET_ERROR(SPDY_COMPRESSION_ERROR, -363)
|
| // Proxy Auth Requested without a valid Client Socket Handle.
|
| NET_ERROR(PROXY_AUTH_REQUESTED_WITH_NO_CONNECTION, -364)
|
|
|
| +// Hash check failed on retry of a request. This is a temporary error.
|
| +NET_ERROR(RETRY_HASH_MISMATCH, -365)
|
| +
|
| +// The resource was modified on a retry attempt. This is a temporary error.
|
| +NET_ERROR(RETRY_CONTENT_UPDATED, -366)
|
| +
|
| // The cache does not have the requested entry.
|
| NET_ERROR(CACHE_MISS, -400)
|
|
|
|
|