| Index: content/browser/service_worker/embedded_worker_test_helper.cc
|
| diff --git a/content/browser/service_worker/embedded_worker_test_helper.cc b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| index 7f170a5e69416a6b8a7aa4f7441886a6101152e4..d2b5385143048df3f53756e5ab50fcd1195a4d71 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.cc
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.cc
|
| @@ -112,9 +112,6 @@ EmbeddedWorkerTestHelper::EmbeddedWorkerTestHelper(
|
| std::unique_ptr<shell::InterfaceProvider> host_remote_interfaces(
|
| new shell::InterfaceProvider);
|
| host_remote_interfaces->Bind(std::move(interfaces));
|
| - std::unique_ptr<shell::InterfaceRegistry> host_registry(
|
| - new shell::InterfaceRegistry(nullptr));
|
| - render_process_host_->SetInterfaceRegistry(std::move(host_registry));
|
| render_process_host_->SetRemoteInterfaces(std::move(host_remote_interfaces));
|
| }
|
|
|
|
|