| Index: net/base/net_error_list.h
|
| ===================================================================
|
| --- net/base/net_error_list.h (revision 54622)
|
| +++ net/base/net_error_list.h (working copy)
|
| @@ -172,6 +172,10 @@
|
| // reestablish the transport socket in order to retry the authentication.
|
| NET_ERROR(RETRY_CONNECTION, -129)
|
|
|
| +// The request throttler module cancelled this request because the are too many
|
| +// requests to a server that is failing requests.
|
| +NET_ERROR(TEMPORARILY_THROTTLED_BY_DDOS, -130)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|