Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 68026) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -215,6 +215,10 @@ |
| // The request throttler module cancelled this request to avoid DDOS. |
| NET_ERROR(TEMPORARILY_THROTTLED, -139) |
| +// A tunnel connection through the HTTPS proxy could received a non-200 |
| +// non-407 response. |
| +NET_ERROR(HTTPS_PROXY_TUNNEL_CONNECTION_RESPONSE, -140) |
|
vandebo (ex-Chrome)
2010/12/04 00:30:37
The comment should be a bit more descriptive. Do
|
| + |
| // Certificate error codes |
| // |
| // The values of certificate error codes must be consecutive. |