Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1071)

Unified Diff: net/disk_cache/disk_format_base.h

Issue 17816008: Disk cache: Introduce BlockBitmaps for V3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/disk_cache/disk_format_base.h
===================================================================
--- net/disk_cache/disk_format_base.h (revision 209202)
+++ 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

Powered by Google App Engine
This is Rietveld 408576698