| Index: net/disk_cache/disk_cache.h
|
| diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h
|
| index 3e2970359060ccdb0e456a334b561a7842edff74..29688b117f9c21e5e3953efbd4b958de27aff55c 100644
|
| --- a/net/disk_cache/disk_cache.h
|
| +++ b/net/disk_cache/disk_cache.h
|
| @@ -67,6 +67,9 @@ class NET_EXPORT Backend {
|
| // callback from within this method.
|
| virtual ~Backend() {}
|
|
|
| + // Returns the type of this cache.
|
| + virtual net::CacheType GetCacheType() const = 0;
|
| +
|
| // Returns the number of entries in the cache.
|
| virtual int32 GetEntryCount() const = 0;
|
|
|
|
|