Index: content/browser/browser_child_process_host_impl.cc |
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc |
index 1a0af7bb25a86928839b801bda21963225a26e0a..afc52015320fecafb9abc463abf4a979e56945f4 100644 |
--- a/content/browser/browser_child_process_host_impl.cc |
+++ b/content/browser/browser_child_process_host_impl.cc |
@@ -278,11 +278,6 @@ void BrowserChildProcessHostImpl::SetHandle(base::ProcessHandle handle) { |
data_.handle = handle; |
} |
-shell::InterfaceRegistry* BrowserChildProcessHostImpl::GetInterfaceRegistry() { |
- DCHECK_CURRENTLY_ON(BrowserThread::IO); |
- return delegate_->GetInterfaceRegistry(); |
-} |
- |
shell::InterfaceProvider* BrowserChildProcessHostImpl::GetRemoteInterfaces() { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
return delegate_->GetRemoteInterfaces(); |