Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: content/browser/service_worker/embedded_worker_test_helper.cc

Issue 2201183003: Remove outgoing interface registry on RPH (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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));
}
« no previous file with comments | « content/browser/renderer_host/render_process_host_impl.cc ('k') | content/browser/utility_process_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698