Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 67336) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -210,6 +210,9 @@ |
| // errors. See also ERR_ACCESS_DENIED. |
| NET_ERROR(NETWORK_ACCESS_DENIED, -138) |
| +// The request throttler module cancelled this request to avoid DDOS. |
| +NET_ERROR(TEMPORARILY_THROTTLED, -139) |
| + |
| // Certificate error codes |
| // |
| // The values of certificate error codes must be consecutive. |