| Index: net/disk_cache/mem_entry_impl.h
|
| ===================================================================
|
| --- net/disk_cache/mem_entry_impl.h (revision 28049)
|
| +++ net/disk_cache/mem_entry_impl.h (working copy)
|
| @@ -68,6 +68,8 @@
|
| virtual int WriteSparseData(int64 offset, net::IOBuffer* buf, int buf_len,
|
| net::CompletionCallback* completion_callback);
|
| virtual int GetAvailableRange(int64 offset, int len, int64* start);
|
| + virtual void CancelSparseIO() {}
|
| + virtual int ReadyForSparseIO(net::CompletionCallback* completion_callback);
|
|
|
| // Performs the initialization of a EntryImpl that will be added to the
|
| // cache.
|
|
|