| 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 1484fadcefb4af482c12e27ed14fcc828c6e5141..15ea791521b384ec4e4d20105f95f6e0924058d2 100644
|
| --- a/net/disk_cache/simple/simple_entry_impl.h
|
| +++ b/net/disk_cache/simple/simple_entry_impl.h
|
| @@ -192,11 +192,12 @@ class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry,
|
|
|
| void CloseInternal();
|
|
|
| - void ReadDataInternal(int index,
|
| - int offset,
|
| - net::IOBuffer* buf,
|
| - int buf_len,
|
| - const CompletionCallback& callback);
|
| + int ReadDataInternal(bool try_sync,
|
| + int index,
|
| + int offset,
|
| + net::IOBuffer* buf,
|
| + int buf_len,
|
| + const CompletionCallback& callback);
|
|
|
| void WriteDataInternal(int index,
|
| int offset,
|
|
|