| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index df55033f861476418c7eb9bd7623ace9ea5c8c22..ba17ac118b76b58cecad3f157702bb9850e45cff 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -674,11 +674,6 @@ NET_ERROR(PROXY_HTTP_1_1_REQUIRED, -366)
|
| // The PAC script terminated fatally and must be reloaded.
|
| NET_ERROR(PAC_SCRIPT_TERMINATED, -367)
|
|
|
| -// The certificate offered by the alternative server is not valid for the
|
| -// origin, a violation of HTTP Alternative Services specification Section 2.1,
|
| -// https://tools.ietf.org/id/draft-ietf-httpbis-alt-svc-06.html#host_auth.
|
| -NET_ERROR(ALTERNATIVE_CERT_NOT_VALID_FOR_ORIGIN, -368)
|
| -
|
| // Request is throttled because of a Backoff header.
|
| // See: crbug.com/486891.
|
| NET_ERROR(TEMPORARY_BACKOFF, -369)
|
|
|