Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 37149) |
| +++ 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. |
| +NET_ERROR(NO_SUPPORTED_PROXIES, -336) |
| + |
| // The cache does not have the requested entry. |
| NET_ERROR(CACHE_MISS, -400) |