Index: net/disk_cache/simple/simple_entry_impl.h |
diff --git a/net/disk_cache/simple/simple_entry_impl.h b/net/disk_cache/simple/simple_entry_impl.h |
index 51fb3c147904293e66147bc8315c57ab3b4bcf39..5f6a25c502ca86f535cca1cecf1febac25c2aa7d 100644 |
--- a/net/disk_cache/simple/simple_entry_impl.h |
+++ b/net/disk_cache/simple/simple_entry_impl.h |
@@ -89,9 +89,11 @@ class SimpleEntryImpl : public Entry { |
// Called after a SimpleSynchronousEntry has completed an asynchronous IO |
// operation, such as ReadData() or WriteData(). Calls |completion_callback|. |
+ // If |entry| no longer exists, then it ensures |sync_entry| is closed. |
static void EntryOperationComplete( |
const CompletionCallback& completion_callback, |
base::WeakPtr<SimpleEntryImpl> entry, |
+ SimpleSynchronousEntry* sync_entry, |
int result); |
// Called on construction and also after the completion of asynchronous IO to |