Index: content/browser/utility_process_host_impl.cc |
diff --git a/content/browser/utility_process_host_impl.cc b/content/browser/utility_process_host_impl.cc |
index b645ec3b87f859aef962a1aa2d2c3ee3fe117a32..dea8a243cc8c7cfedd58d557f2543ef69389c847 100644 |
--- a/content/browser/utility_process_host_impl.cc |
+++ b/content/browser/utility_process_host_impl.cc |
@@ -238,10 +238,6 @@ bool UtilityProcessHostImpl::Start() { |
return StartProcess(); |
} |
-shell::InterfaceRegistry* UtilityProcessHostImpl::GetInterfaceRegistry() { |
- return mojo_child_connection_->GetInterfaceRegistry(); |
-} |
- |
shell::InterfaceProvider* UtilityProcessHostImpl::GetRemoteInterfaces() { |
return mojo_child_connection_->GetRemoteInterfaces(); |
} |