| Index: net/disk_cache/simple/simple_backend_impl.h
|
| diff --git a/net/disk_cache/simple/simple_backend_impl.h b/net/disk_cache/simple/simple_backend_impl.h
|
| index aa7a3785afc91af89f04bb8b75b344ee207d6690..0107d1ff287942c76507898459bfd1f3202a9ae4 100644
|
| --- a/net/disk_cache/simple/simple_backend_impl.h
|
| +++ b/net/disk_cache/simple/simple_backend_impl.h
|
| @@ -120,6 +120,8 @@ class NET_EXPORT_PRIVATE SimpleBackendImpl : public Backend,
|
| size_t DumpMemoryStats(
|
| base::trace_event::ProcessMemoryDump* pmd,
|
| const std::string& parent_absolute_name) const override;
|
| + uint8_t GetMemoryEntryData(const std::string& key) override;
|
| + void SetMemoryEntryData(const std::string& key, uint8_t data) override;
|
|
|
| private:
|
| class SimpleIterator;
|
|
|