Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index 540790cf868bb6182b4f74112b35c5863c22ae15..b9814a409328d36ec2b20b3dd4c2f51303b50697 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -570,8 +570,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) |
+// Obsolete. Kept here to avoid reuse, as the old error can still appear on |
+// histograms. |
+// NET_ERROR(PIPELINE_EVICTION, -353) |
// The HTTP response body transferred fewer bytes than were advertised by the |
// Content-Length header when the connection is closed. |