| Index: net/disk_cache/block_files.h
|
| ===================================================================
|
| --- net/disk_cache/block_files.h (revision 22788)
|
| +++ net/disk_cache/block_files.h (working copy)
|
| @@ -61,6 +61,9 @@
|
| // Creates an empty block file and returns its index.
|
| int CreateNextBlockFile(FileType block_type);
|
|
|
| + // Removes a chained block file that is now empty.
|
| + void RemoveEmptyFile(FileType block_type);
|
| +
|
| // Restores the header of a potentially inconsistent file.
|
| bool FixBlockFileHeader(MappedFile* file);
|
|
|
|
|
| Property changes on: net\disk_cache\block_files.h
|
| ___________________________________________________________________
|
| Added: svn:mergeinfo
|
| Merged /branches/chrome_webkit_merge_branch/net/disk_cache/block_files.h:r69-2775
|
| Merged /trunk/src/net/disk_cache/block_files.h:r21762
|
|
|
|
|