| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 0694b6958d2235f6e6225d0ec209c61257f18143..0a880f8763e6f274bf44483ad1786ae939bfc73a 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 that point to the possiblility of a cross-site scripting attack.
|
| +NET_ERROR(BLOCKED_BY_XSS_AUDITOR, -28)
|
| +
|
| // A connection was closed (corresponding to a TCP FIN).
|
| NET_ERROR(CONNECTION_CLOSED, -100)
|
|
|
|
|