| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index ad2c830235a7a8ace2fe4405c2d5e8d7938d20b2..15d04f13f81474272300e82e6c3ce42774257f5a 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -620,8 +620,9 @@ NET_ERROR(RESPONSE_HEADERS_TRUNCATED, -357)
|
| // to read any requests sent, so they may be resent.
|
| NET_ERROR(QUIC_HANDSHAKE_FAILED, -358)
|
|
|
| -// An https resource was requested over an insecure QUIC connection.
|
| -NET_ERROR(REQUEST_FOR_SECURE_RESOURCE_OVER_INSECURE_QUIC, -359)
|
| +// Obsolete. Kept here to avoid reuse, as the old error can still appear on
|
| +// histograms.
|
| +// NET_ERROR(REQUEST_FOR_SECURE_RESOURCE_OVER_INSECURE_QUIC, -359)
|
|
|
| // Transport security is inadequate for the SPDY version.
|
| NET_ERROR(SPDY_INADEQUATE_TRANSPORT_SECURITY, -360)
|
|
|