Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 35522) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -288,6 +288,9 @@ |
| // Attempted use of an unknown FLIP stream id. |
| NET_ERROR(INVALID_FLIP_STREAM, -335) |
| +// There are no supported proxies in the provided list. |
|
wtc
2010/01/07 20:12:27
Nit: "list" => "proxy list"
Should this error be
|
| +NET_ERROR(EMPTY_PROXY_LIST, -336) |
| + |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |