| Index: net/disk_cache/blockfile/entry_impl_v3.h
|
| diff --git a/net/disk_cache/blockfile/entry_impl_v3.h b/net/disk_cache/blockfile/entry_impl_v3.h
|
| index e36834b67558db850fde3e6c1272e2a6be2ae2a9..e27c2a28a607af70e591b1ad1091010f569b6479 100644
|
| --- a/net/disk_cache/blockfile/entry_impl_v3.h
|
| +++ b/net/disk_cache/blockfile/entry_impl_v3.h
|
| @@ -83,6 +83,7 @@ class NET_EXPORT_PRIVATE EntryImplV3
|
| base::Time GetLastUsed() const override;
|
| base::Time GetLastModified() const override;
|
| int32 GetDataSize(int index) const override;
|
| + int GetEntrySize() const override;
|
| int ReadData(int index,
|
| int offset,
|
| IOBuffer* buf,
|
|
|