| Index: net/disk_cache/blockfile/entry_impl.h
|
| diff --git a/net/disk_cache/blockfile/entry_impl.h b/net/disk_cache/blockfile/entry_impl.h
|
| index f3f63cf5d76937370cfbf55527e7a89b07160c07..4bb6df9fd721bd67cbd9ebcd45ee078d1c96c8bd 100644
|
| --- a/net/disk_cache/blockfile/entry_impl.h
|
| +++ b/net/disk_cache/blockfile/entry_impl.h
|
| @@ -167,6 +167,7 @@ class NET_EXPORT_PRIVATE EntryImpl
|
| 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,
|
|
|