Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 37f5f3131a66d81273b204dbb5ca180a4257fb03..4414847cf6bd337e7838b4b2de42da273b12b387 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -522,6 +522,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) |
@@ -651,6 +654,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) |