summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/browser/blob/blob_storage_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/browser/blob/blob_storage_context.h b/storage/browser/blob/blob_storage_context.h
index 86610cf..175e9002 100644
--- a/storage/browser/blob/blob_storage_context.h
+++ b/storage/browser/blob/blob_storage_context.h
@@ -62,6 +62,7 @@ class STORAGE_EXPORT BlobStorageContext
void RevokePublicBlobURL(const GURL& url);
size_t memory_usage() const { return memory_usage_; }
+ size_t blob_count() const { return blob_map_.size(); }
private:
friend class content::BlobStorageHost;