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 ae72484baa8bb20a79a4d7abe761e0ea4461db46..5100cbd721447235d13c73fd719dbfc5e5f47026 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -602,8 +602,7 @@ void StoragePartitionImplMap::PostCreateInitialization( |
BrowserThread::IO, FROM_HERE, |
base::Bind(&ServiceWorkerContextWrapper::InitializeResourceContext, |
partition->GetServiceWorkerContext(), |
- browser_context_->GetResourceContext(), |
- base::RetainedRef(partition->GetURLRequestContext()))); |
+ browser_context_->GetResourceContext())); |
// We do not call InitializeURLRequestContext() for media contexts because, |
// other than the HTTP cache, the media contexts share the same backing |