| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 2ea5d9aefc3928033f9b938b614bfb091455a708..da8094bc232e43ccfde656af0ea1e6d2614611f5 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -112,6 +112,10 @@ NET_ERROR(CONTEXT_SHUT_DOWN, -26)
|
| // checks, for instance).
|
| NET_ERROR(BLOCKED_BY_RESPONSE, -27)
|
|
|
| +// The request failed after the response was received, based on client-side
|
| +// heuristics (e.g. the XSS Auditor).
|
| +NET_ERROR(BLOCKED_BY_AUDITOR, -28)
|
| +
|
| // A connection was closed (corresponding to a TCP FIN).
|
| NET_ERROR(CONNECTION_CLOSED, -100)
|
|
|
|
|