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 4dc76ddddd803c45106a0081f1d2c2e79535daaa..d7877bbc5b63a1944e7974d23c480f775ae120c1 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 |