| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 4499ef2f324b249328103b06be186566b7ee1eed..139854382fd956142cabaad7d5c079924d8b142b 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -706,6 +706,9 @@ NET_ERROR(SPDY_RST_STREAM_NO_ERROR_RECEIVED, -372)
|
| // The client MAY retry the request over a different connection.
|
| NET_ERROR(MISDIRECTED_REQUEST, -373)
|
|
|
| +// There is a QUIC protocol error and QUIC has been marked as broken.
|
| +NET_ERROR(QUIC_BROKEN_ERROR, -374)
|
| +
|
| // The cache does not have the requested entry.
|
| NET_ERROR(CACHE_MISS, -400)
|
|
|
|
|