Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 35979) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -289,7 +289,7 @@ |
| NET_ERROR(INVALID_FLIP_STREAM, -335) |
| // There are no supported proxies in the provided list. |
| -NET_ERROR(EMPTY_PROXY_LIST, -336) |
| +NET_ERROR(NO_SUPPORTED_PROXIES, -336) |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |