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 3297d690e0a9ffbe823f41fa21c5868c9116010e..d1f52617c14c4d5a728b8d202aa5ad0da2b7ec8e 100644 |
| --- a/net/base/net_error_list.h |
| +++ b/net/base/net_error_list.h |
| @@ -595,3 +595,6 @@ NET_ERROR(DNS_SERVER_FAILED, -802) |
| // DNS transaction timed out. |
| NET_ERROR(DNS_TIMED_OUT, -803) |
| + |
| +// The entry was not found in cache, for cache-only lookups. |
| +NET_ERROR(DNS_CACHE_MISS, -804) |