| 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 aafb59b66a295d0df8f1b417d85430ee0ef5bf28..160b4d8736f76d0b5f414f0b79e75296eded3277 100644
|
| --- a/net/disk_cache/blockfile/entry_impl.h
|
| +++ b/net/disk_cache/blockfile/entry_impl.h
|
| @@ -153,6 +153,7 @@ class NET_EXPORT_PRIVATE EntryImpl
|
| 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,
|
|
|