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 3249ba83a1d219fca804d9239105831f438896e5..39837d6ee5efb1d39388b82ee116e9bbd1a4171b 100644 |
--- a/content/browser/in_process_webkit/indexed_db_context.cc |
+++ b/content/browser/in_process_webkit/indexed_db_context.cc |
@@ -176,11 +176,6 @@ void IndexedDBContext::DeleteIndexedDBForOrigin(const GURL& origin_url) { |
} |
} |
-bool IndexedDBContext::IsUnlimitedStorageGranted( |
- const GURL& origin) const { |
- return special_storage_policy_->IsStorageUnlimited(origin); |
-} |
- |
void IndexedDBContext::GetAllOrigins(std::vector<GURL>* origins) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::WEBKIT)); |
std::set<GURL>* origins_set = GetOriginSet(); |