| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 2f96f8697fa8bc90c12dc696d762a787a9fca66f..430d7ae0b58d9cb220d9f2fb809ebda64d6c6602 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -511,6 +511,9 @@ NET_ERROR(SPDY_SERVER_REFUSED_STREAM, -351)
|
| // SPDY server didn't respond to the PING message.
|
| NET_ERROR(SPDY_PING_FAILED, -352)
|
|
|
| +// Content-Length does not match the number of bytes received.
|
| +NET_ERROR(CONTENT_LENGTH_MISMATCH, -353)
|
| +
|
| // The cache does not have the requested entry.
|
| NET_ERROR(CACHE_MISS, -400)
|
|
|
|
|