| Index: content/browser/indexed_db/indexed_db_context_impl.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_context_impl.cc b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| index 8ec55b0c040a62e1dec9c0da73600d02ee9ae1e3..187631b408ae6612a285c9d629fef3dceb3ad83b 100644
|
| --- a/content/browser/indexed_db/indexed_db_context_impl.cc
|
| +++ b/content/browser/indexed_db/indexed_db_context_impl.cc
|
| @@ -160,6 +160,7 @@ static bool HostNameComparator(const Origin& i, const Origin& j) {
|
| return i.host() < j.host();
|
| }
|
|
|
| +#if 0
|
| base::ListValue* IndexedDBContextImpl::GetAllOriginsDetails() {
|
| DCHECK(TaskRunner()->RunsTasksOnCurrentThread());
|
| std::vector<Origin> origins = GetAllOrigins();
|
| @@ -279,6 +280,7 @@ base::ListValue* IndexedDBContextImpl::GetAllOriginsDetails() {
|
| }
|
| return list.release();
|
| }
|
| +#endif
|
|
|
| int IndexedDBContextImpl::GetOriginBlobFileCount(const Origin& origin) {
|
| DCHECK(TaskRunner()->RunsTasksOnCurrentThread());
|
|
|