| Index: content/browser/renderer_host/render_process_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
| index 039085c60f5bbc1b68a3a9c314810cc209e0c145..7c3c9ed86b7d3e73ed01de7720f7dc68f1b7839a 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1080,8 +1080,9 @@ void RenderProcessHostImpl::CreateMessageFilters() {
|
| GetID(), storage_partition_impl_->GetAppCacheService(),
|
| blob_storage_context.get(),
|
| storage_partition_impl_->GetFileSystemContext(),
|
| - storage_partition_impl_->GetServiceWorkerContext(),
|
| - get_contexts_callback);
|
| + storage_partition_impl_->GetServiceWorkerContext(), get_contexts_callback,
|
| + BrowserThread::GetTaskRunnerForThread(BrowserThread::UI),
|
| + BrowserThread::GetTaskRunnerForThread(BrowserThread::IO));
|
|
|
| AddFilter(resource_message_filter_.get());
|
|
|
|
|