| Index: net/base/net_error_list.h
|
| ===================================================================
|
| --- net/base/net_error_list.h (revision 64189)
|
| +++ net/base/net_error_list.h (working copy)
|
| @@ -208,6 +208,9 @@
|
| // An error occurred when trying to do a name resolution (DNS).
|
| NET_ERROR(NAME_RESOLUTION_FAILED, -137)
|
|
|
| +// The request throttler module cancelled this request to avoid DDOS.
|
| +NET_ERROR(TEMPORARILY_THROTTLED_BY_DDOS, -138)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|