Index: net/disk_cache/simple/simple_entry_format.h |
diff --git a/net/disk_cache/simple/simple_entry_format.h b/net/disk_cache/simple/simple_entry_format.h |
index aec7162f2c2775da3da85e5ed65ad35e5064ff3f..369fe32d8445f4a7d6c64dc8d2fa93999d8d7cf7 100644 |
--- a/net/disk_cache/simple/simple_entry_format.h |
+++ b/net/disk_cache/simple/simple_entry_format.h |
@@ -47,6 +47,7 @@ struct NET_EXPORT_PRIVATE SimpleFileHeader { |
struct NET_EXPORT_PRIVATE SimpleFileEOF { |
enum Flags { |
FLAG_HAS_CRC32 = (1U << 0), |
+ FLAG_HAS_KEY_SHA256 = (2U << 1), |
}; |
SimpleFileEOF(); |