summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/disk_cache/errors.h')
-rw-r--r--net/disk_cache/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/disk_cache/errors.h b/net/disk_cache/errors.h
index eea087a..991086f 100644
--- a/net/disk_cache/errors.h
+++ b/net/disk_cache/errors.h
@@ -21,7 +21,8 @@ enum {
ERR_NUM_ENTRIES_MISMATCH = -9,
ERR_READ_FAILURE = -10,
ERR_PREVIOUS_CRASH = -11,
- ERR_STORAGE_ERROR = -12
+ ERR_STORAGE_ERROR = -12,
+ ERR_INVALID_MASK = -13
};
} // namespace disk_cache