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

Unified Diff: net/disk_cache/blockfile/block_files.h

Issue 1910023002: Remove partial blockfile v3 disk_cache implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc ('k') | net/disk_cache/blockfile/disk_format_v3.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/blockfile/block_files.h
diff --git a/net/disk_cache/blockfile/block_files.h b/net/disk_cache/blockfile/block_files.h
index 54ccc3de205752a0d02bd91bfc86787a0f553a23..056b6a69f0fc5c4f126ae5f94c968fdc6c982c87 100644
--- a/net/disk_cache/blockfile/block_files.h
+++ b/net/disk_cache/blockfile/block_files.h
@@ -81,7 +81,6 @@ class NET_EXPORT_PRIVATE BlockHeader {
int Size() const;
// Returns a pointer to the underlying BlockFileHeader.
- // TODO(rvargas): This may be removed with the support for V2.
BlockFileHeader* Header();
private:
« no previous file with comments | « net/disk_cache/blockfile/block_bitmaps_v3_unittest.cc ('k') | net/disk_cache/blockfile/disk_format_v3.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698