| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 2ea5d9aefc3928033f9b938b614bfb091455a708..4f4bf6765c766bb89007c353b69046588f6d2a40 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -679,6 +679,9 @@ NET_ERROR(PAC_SCRIPT_TERMINATED, -367)
|
| // 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)
|
|
|
|
|