Index: net/disk_cache/disk_format_base.h |
=================================================================== |
--- net/disk_cache/disk_format_base.h (revision 222596) |
+++ net/disk_cache/disk_format_base.h (working copy) |
@@ -28,6 +28,7 @@ |
typedef uint32 CacheAddr; |
const uint32 kBlockVersion2 = 0x20000; // Version 2.0. |
+const uint32 kBlockCurrentVersion = 0x30000; // Version 3.0. |
const uint32 kBlockMagic = 0xC104CAC3; |
const int kBlockHeaderSize = 8192; // Two pages: almost 64k entries |