| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index e53c4b0b90517615f40c59d717ff3b9df73c0751..296024b2b9453aab7708285258527626c48cb434 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -626,8 +626,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)
|
|
|