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 f12003bc26bf07bc6bacfb3a3c67bbcea07bc934..f8cf6cb111f6e03816e4141d642c73e8ba38c598 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -803,3 +803,6 @@ NET_ERROR(DNS_SEARCH_EMPTY, -805) |
| // Failed to sort addresses according to RFC3484. |
| NET_ERROR(DNS_SORT_ERROR, -806) |
| + |
| +// Request is throttled because of Backoff header. |
| +NET_ERROR(TEMPORARY_BACKOFF, -807) |
|
mmenke
2015/07/07 21:33:10
The 8xx errors are used for DNS errors. The -3xx
mmenke
2015/07/07 21:33:10
Should add an error page for this, since this is a
xunjieli
2015/07/08 16:10:49
Done. I see! I missed the comments at the top.
xunjieli
2015/07/08 16:10:49
Done.
|