diff options
Diffstat (limited to 'net/base/net_error_list.h')
-rw-r--r-- | net/base/net_error_list.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index 6cdfa06..9e9a980 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -453,7 +453,8 @@ NET_ERROR(CACHE_MISS, -400) // Unable to read from the disk cache. NET_ERROR(CACHE_READ_FAILURE, -401) -// ****NOTE THAT code -402 is available**** +// Unable to write to the disk cache. +NET_ERROR(CACHE_WRITE_FAILURE, -402) // The operation is not supported for this entry. NET_ERROR(CACHE_OPERATION_NOT_SUPPORTED, -403) |