Chromium Code Reviews| 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..1be66d280965a9af636b0286e30f003c2767af95 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. |
| +NET_ERROR(RETRY_HASH_MISMATCH, -365) |
| + |
| +// The resource was modified on a retry attempt. |
| +NET_ERROR(RETRY_CONTENT_UPDATED, -366) |
|
mmenke
2014/07/22 14:57:41
Should add a comment that these are just temporary
|
| + |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |