| Index: net/disk_cache/mem_backend_impl.h
|
| diff --git a/net/disk_cache/mem_backend_impl.h b/net/disk_cache/mem_backend_impl.h
|
| index 52a78f624defa7de75f8bf742777a4834329252a..26a2556e210d67fa59ef13c60d3405fb2cc46461 100644
|
| --- a/net/disk_cache/mem_backend_impl.h
|
| +++ b/net/disk_cache/mem_backend_impl.h
|
| @@ -80,6 +80,7 @@ class NET_TEST MemBackendImpl : public Backend {
|
| virtual void EndEnumeration(void** iter);
|
| virtual void GetStats(
|
| std::vector<std::pair<std::string, std::string> >* stats) {}
|
| + virtual void OnExternalCacheHit(const std::string& key);
|
|
|
| private:
|
| typedef base::hash_map<std::string, MemEntryImpl*> EntryMap;
|
|
|