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 13aa37907a11ac287abe821c3ae26663dc65206e..1a2b3ee5e0605261558150c92b9658a41ad716e4 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1295,10 +1295,10 @@ void RenderProcessHostImpl::RegisterMojoInterfaces() { |
base::Bind(&PushMessagingManager::BindRequest, |
base::Unretained(push_messaging_manager_.get()))); |
- registry->AddInterface(base::Bind( |
- &BackgroundFetchServiceImpl::Create, |
- make_scoped_refptr(storage_partition_impl_->GetBackgroundFetchContext()), |
- make_scoped_refptr(storage_partition_impl_->GetServiceWorkerContext()))); |
+ registry->AddInterface( |
+ base::Bind(&BackgroundFetchServiceImpl::Create, GetID(), |
+ make_scoped_refptr( |
+ storage_partition_impl_->GetBackgroundFetchContext()))); |
registry->AddInterface(base::Bind(&RenderProcessHostImpl::CreateMusGpuRequest, |
base::Unretained(this))); |