| Index: net/disk_cache/memory/mem_entry_impl.h
|
| diff --git a/net/disk_cache/memory/mem_entry_impl.h b/net/disk_cache/memory/mem_entry_impl.h
|
| index 3a3f9416986ecd350c7306c837046dd7733720ba..0f47e9630b356df1379f32c172fb542312a4cecb 100644
|
| --- a/net/disk_cache/memory/mem_entry_impl.h
|
| +++ b/net/disk_cache/memory/mem_entry_impl.h
|
| @@ -104,6 +104,7 @@ class NET_EXPORT_PRIVATE MemEntryImpl final
|
| base::Time GetLastUsed() const override;
|
| base::Time GetLastModified() const override;
|
| int32_t GetDataSize(int index) const override;
|
| + int64_t GetEntrySize() const override;
|
| int ReadData(int index,
|
| int offset,
|
| IOBuffer* buf,
|
|
|