| 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..2955a3a2cf1c64519a37aea602e94e63f06dbcc2 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.h
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.h
|
| @@ -101,6 +101,7 @@ class CONTENT_EXPORT IndexedDBContextImpl
|
| return set->find(origin_url) != set->end();
|
| }
|
| size_t GetConnectionCount(const GURL& origin_url);
|
| + int GetOriginBlobFileCount(const GURL& origin_url);
|
|
|
| // For unit tests allow to override the |data_path_|.
|
| void set_data_path_for_testing(const base::FilePath& data_path) {
|
|
|