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

Unified Diff: net/disk_cache/backend_impl.cc

Issue 48112: Disk cache: First implementation of TrimDeleted() and a few... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « no previous file | net/disk_cache/disk_cache.h » ('j') | net/disk_cache/eviction.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/backend_impl.cc
===================================================================
--- net/disk_cache/backend_impl.cc (revision 11934)
+++ net/disk_cache/backend_impl.cc (working copy)
@@ -641,7 +641,7 @@
if (!new_eviction_)
return;
- DCHECK(ENTRY_DOOMED == entry->entry()->Data()->state);
+ DCHECK(ENTRY_NORMAL != entry->entry()->Data()->state);
Trace("Remove entry 0x%p", entry);
eviction_.OnDestroyEntry(entry);
« no previous file with comments | « no previous file | net/disk_cache/disk_cache.h » ('j') | net/disk_cache/eviction.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698