| Index: net/disk_cache/blockfile/backend_impl.cc
|
| diff --git a/net/disk_cache/blockfile/backend_impl.cc b/net/disk_cache/blockfile/backend_impl.cc
|
| index e609fa35f6a9e178646c487e56811ea35704c3e5..ecd2df739bf064cb7bf4898e22f3f5330fa7711e 100644
|
| --- a/net/disk_cache/blockfile/backend_impl.cc
|
| +++ b/net/disk_cache/blockfile/backend_impl.cc
|
| @@ -822,8 +822,9 @@ void BackendImpl::OnEntryDestroyBegin(Addr address) {
|
| void BackendImpl::OnEntryDestroyEnd() {
|
| DecreaseNumRefs();
|
| if (data_->header.num_bytes > max_size_ && !read_only_ &&
|
| - (up_ticks_ > kTrimDelay || user_flags_ & kNoRandom))
|
| + (up_ticks_ > kTrimDelay || user_flags_ & kNoRandom)) {
|
| eviction_.TrimCache(false);
|
| + }
|
| }
|
|
|
| EntryImpl* BackendImpl::GetOpenEntry(CacheRankingsBlock* rankings) const {
|
|
|