Chromium Code Reviews| Index: net/base/net_error_list.h |
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
| index be1b712cc7eb76c39ef5484d0f100bec97ce0db5..a067ff330e3b9f710633539d240f6af2c3404d9f 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -107,6 +107,11 @@ NET_ERROR(UPLOAD_STREAM_REWIND_NOT_SUPPORTED, -25) |
| // been shut down. |
| NET_ERROR(CONTEXT_SHUT_DOWN, -26) |
| +// The request failed because the response was delivered along with requirements |
| +// which are not met ('X-Frame-Options' and 'Content-Security-Policy' ancestor |
| +// checks, for instance. |
|
mmenke
2016/05/02 18:08:15
Missing a close paren.
Mike West
2016/05/05 08:14:28
The nittiest of nits. :P
|
| +NET_ERROR(BLOCKED_BY_RESPONSE, -27) |
| + |
| // A connection was closed (corresponding to a TCP FIN). |
| NET_ERROR(CONNECTION_CLOSED, -100) |