| 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 54b7b27fa2a50139fef3d3b930c0bf794d2b9e79..7722ffd237238c0f9bf35b10a3c80e264505ce2c 100644
|
| --- a/net/disk_cache/simple/simple_synchronous_entry.h
|
| +++ b/net/disk_cache/simple/simple_synchronous_entry.h
|
| @@ -57,8 +57,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,
|
|
|