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 d1f52617c14c4d5a728b8d202aa5ad0da2b7ec8e..b14aca5453a1101bde0c1d607c58b3777154b62a 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -598,3 +598,6 @@ NET_ERROR(DNS_TIMED_OUT, -803) |
| // The entry was not found in cache, for cache-only lookups. |
| NET_ERROR(DNS_CACHE_MISS, -804) |
| + |
| +// FIXME: Take the next number. |
| +NET_ERROR(PIPELINE_EVICTION, -900) |