| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 28673810275b99ca83e78a13692d06164348462d..081c8d57e062924c6d2a0cca14f993eba74b9dec 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.
|
|
|