| Index: content/browser/indexed_db/indexed_db_context_impl.h
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.h b/content/browser/indexed_db/indexed_db_context_impl.h
|
| index da2878bdb6fb67e9dda161c01e4f40bca919ac86..7ad5feaf5fc5abd99c00ab718c44f74a8a233a1c 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.h
|
| @@ -67,6 +67,7 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| base::SequencedTaskRunner* TaskRunner() const override;
|
| std::vector<IndexedDBInfo> GetAllOriginsInfo() override;
|
| int64 GetOriginDiskUsage(const GURL& origin_url) override;
|
| + int GetOriginBlobFileCount(const GURL& origin_url) override;
|
| void DeleteForOrigin(const GURL& origin_url) override;
|
| void CopyOriginData(const GURL& origin_url,
|
| IndexedDBContext* dest_context) override;
|
|
|