| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 0a880f8763e6f274bf44483ad1786ae939bfc73a..27e80056bdf7871567941b948e4d082dc1c709a1 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -116,6 +116,10 @@ NET_ERROR(BLOCKED_BY_RESPONSE, -27)
|
| // heuristics that point to the possiblility of a cross-site scripting attack.
|
| NET_ERROR(BLOCKED_BY_XSS_AUDITOR, -28)
|
|
|
| +// The request was blocked by system policy disallowing some or all cleartext
|
| +// requests. Used for NetworkSecurityPolicy on Android.
|
| +NET_ERROR(CLEARTEXT_NOT_PERMITTED, -29)
|
| +
|
| // A connection was closed (corresponding to a TCP FIN).
|
| NET_ERROR(CONNECTION_CLOSED, -100)
|
|
|
|
|