| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index c500517eebacf51fd684743f9699bf474cde0eb1..0e1fbbecc38f35a62b20d8caae054e89bb51bf8a 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -682,6 +682,9 @@ NET_ERROR(TEMPORARY_BACKOFF, -369)
|
| // than treat it as HTTP/0.9, this error is returned.
|
| NET_ERROR(INVALID_HTTP_RESPONSE, -370)
|
|
|
| +// Initializing content decoding failed.
|
| +NET_ERROR(CONTENT_DECODING_INIT_FAILED, -371)
|
| +
|
| // The cache does not have the requested entry.
|
| NET_ERROR(CACHE_MISS, -400)
|
|
|
|
|