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), |
Randy Smith (Not in Mondays)
2016/05/19 19:38:49
Are you intentionally leaving a gap between the bi
gavinp
2016/05/20 01:42:31
Nope, that was a mistake. Thanks.
|
}; |
SimpleFileEOF(); |