| 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 82c119a758d1cd3336def7e28695cd4120fa35a6..f001bac62ddfa0a1c536d12b03c0a44e272bed7c 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -435,7 +435,8 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
|
|
| URLRequestInterceptorScopedVector request_interceptors;
|
| request_interceptors.push_back(
|
| - ServiceWorkerRequestHandler::CreateInterceptor().release());
|
| + ServiceWorkerRequestHandler::CreateInterceptor(
|
| + browser_context_->GetResourceContext()).release());
|
|
|
| // These calls must happen after StoragePartitionImpl::Create().
|
| if (partition_domain.empty()) {
|
|
|