diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 21:59:03 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-11 21:59:03 +0000 |
commit | e819b55cf062822a23280b4da7760abfd2a86e64 (patch) | |
tree | 8da62133f794b047ccf3bb57f3bd805ae7f036b8 /net/disk_cache/block_files.h | |
parent | f321a984b66500ea0063549612992cf784da12b6 (diff) | |
download | chromium_src-e819b55cf062822a23280b4da7760abfd2a86e64.zip chromium_src-e819b55cf062822a23280b4da7760abfd2a86e64.tar.gz chromium_src-e819b55cf062822a23280b4da7760abfd2a86e64.tar.bz2 |
Disk Cache: cleanup of OpenBlockFile.
Don't add the file to the list of open files until
it passes all sanity checks.
BUG=18174
TEST=unittest
Review URL: http://codereview.chromium.org/164336
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/disk_cache/block_files.h')
-rw-r--r-- | net/disk_cache/block_files.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h index e86546e..faf38ef 100644 --- a/net/disk_cache/block_files.h +++ b/net/disk_cache/block_files.h @@ -77,6 +77,7 @@ class BlockFiles { std::vector<MappedFile*> block_files_; // The actual files. FRIEND_TEST(DiskCacheTest, BlockFiles_ZeroSizeFile); + FRIEND_TEST(DiskCacheTest, BlockFiles_InvalidFile); DISALLOW_EVIL_CONSTRUCTORS(BlockFiles); }; |