Index: content/browser/storage_partition_impl_map.cc |
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc |
index 05f771c47342dea1c6c050f77f4e64a31ae445b2..75c257ac0818bce86e733b8a02a73b8c8f06295d 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -426,7 +426,6 @@ StoragePartitionImpl* StoragePartitionImplMap::Get( |
URLDataManagerBackend::CreateProtocolHandler( |
browser_context_->GetResourceContext(), |
browser_context_->IsOffTheRecord(), |
- partition->GetAppCacheService(), |
blob_storage_context).release()); |
std::vector<std::string> additional_webui_schemes; |
GetContentClient()->browser()->GetAdditionalWebUISchemes( |
@@ -440,7 +439,6 @@ StoragePartitionImpl* StoragePartitionImplMap::Get( |
URLDataManagerBackend::CreateProtocolHandler( |
browser_context_->GetResourceContext(), |
browser_context_->IsOffTheRecord(), |
- partition->GetAppCacheService(), |
blob_storage_context).release()); |
} |
protocol_handlers[kChromeDevToolsScheme] = |