Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 4752d4e1e5fff290466f1f1c8fd22ce0adb91768..62681024b8e9499b74cf99dcfc98573e2d4803c5 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -940,10 +940,6 @@ void GpuProcessHost::OnProcessCrashed(int exit_code) { |
process_->GetTerminationStatus(true /* known_dead */, NULL)); |
} |
-shell::InterfaceRegistry* GpuProcessHost::GetInterfaceRegistry() { |
- return mojo_child_connection_->GetInterfaceRegistry(); |
-} |
- |
shell::InterfaceProvider* GpuProcessHost::GetRemoteInterfaces() { |
return mojo_child_connection_->GetRemoteInterfaces(); |
} |