Index: net/disk_cache/backend_impl.cc |
diff --git a/net/disk_cache/backend_impl.cc b/net/disk_cache/backend_impl.cc |
index 185de7b025abdc6eaa80c117e367571bb8abb673..1fd92a14ada0b89e0b7a4576b13cf702c9a1fd87 100644 |
--- a/net/disk_cache/backend_impl.cc |
+++ b/net/disk_cache/backend_impl.cc |
@@ -1323,6 +1323,10 @@ void BackendImpl::FlushIndex() { |
// ------------------------------------------------------------------------ |
+net::CacheType BackendImpl::GetCacheType() const { |
+ return cache_type_; |
+} |
+ |
int32 BackendImpl::GetEntryCount() const { |
if (!index_ || disabled_) |
return 0; |