| Index: net/disk_cache/simple/simple_synchronous_entry.h
|
| diff --git a/net/disk_cache/simple/simple_synchronous_entry.h b/net/disk_cache/simple/simple_synchronous_entry.h
|
| index 0c3b0bd0a582c3d7e5d922991fb2aa0de2913403..cb2487e71c7fabbd6b367ea9f7c4aa6d62af0525 100644
|
| --- a/net/disk_cache/simple/simple_synchronous_entry.h
|
| +++ b/net/disk_cache/simple/simple_synchronous_entry.h
|
| @@ -58,8 +58,7 @@ class SimpleSynchronousEntry {
|
| scoped_refptr<base::TaskRunner> callback_runner,
|
| const net::CompletionCallback& callback);
|
|
|
| - // N.B. DoomAndClose(), Close(), ReadData() and WriteData() may block on IO.
|
| - void DoomAndClose();
|
| + // N.B. Close(), ReadData() and WriteData() may block on IO.
|
| void Close();
|
| void ReadData(int index,
|
| int offset,
|
|
|