Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 113513) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -518,9 +518,6 @@ |
| // 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) |