| Index: content/browser/in_process_webkit/indexed_db_context.cc
|
| diff --git a/content/browser/in_process_webkit/indexed_db_context.cc b/content/browser/in_process_webkit/indexed_db_context.cc
|
| index 0c9c8ff744b932b1a74b0488b9acfe6c3f910d5c..09d32187687542029d7983301a69a6cbeef472c8 100644
|
| --- a/content/browser/in_process_webkit/indexed_db_context.cc
|
| +++ b/content/browser/in_process_webkit/indexed_db_context.cc
|
| @@ -156,11 +156,6 @@ void IndexedDBContext::DeleteIndexedDBForOrigin(const GURL& origin_url) {
|
| }
|
| }
|
|
|
| -bool IndexedDBContext::IsUnlimitedStorageGranted(
|
| - const GURL& origin) const {
|
| - return special_storage_policy_->IsStorageUnlimited(origin);
|
| -}
|
| -
|
| // TODO(dgrogan): Merge this code with the similar loop in
|
| // BrowsingDataIndexedDBHelperImpl::FetchIndexedDBInfoInWebKitThread.
|
| void IndexedDBContext::GetAllOriginIdentifiers(
|
|
|