| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index bba09ea232033fc60af65e0daafd3a17243f70eb..3aaf496b17f54e1c9c68889d16f6a69963426a0c 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -525,6 +525,9 @@ NET_ERROR(SPDY_SERVER_REFUSED_STREAM, -351)
|
| // SPDY server didn't respond to the PING message.
|
| NET_ERROR(SPDY_PING_FAILED, -352)
|
|
|
| +// The request couldn't be completed on an HTTP pipeline. Client should retry.
|
| +NET_ERROR(PIPELINE_EVICTION, -353)
|
| +
|
| // The cache does not have the requested entry.
|
| NET_ERROR(CACHE_MISS, -400)
|
|
|
| @@ -654,6 +657,3 @@ NET_ERROR(DNS_TIMED_OUT, -803)
|
|
|
| // The entry was not found in cache, for cache-only lookups.
|
| NET_ERROR(DNS_CACHE_MISS, -804)
|
| -
|
| -// FIXME: Take the next number.
|
| -NET_ERROR(PIPELINE_EVICTION, -900)
|
|
|