Index: content/public/browser/utility_process_host.h |
diff --git a/content/public/browser/utility_process_host.h b/content/public/browser/utility_process_host.h |
index 6fa815a91c7a5f231d2cc83de9fb18d48fa7df46..0c22796b2abb248b92791bdbc74eff86ce8d970a 100644 |
--- a/content/public/browser/utility_process_host.h |
+++ b/content/public/browser/utility_process_host.h |
@@ -83,10 +83,6 @@ class UtilityProcessHost : public IPC::Sender { |
// Starts the utility process. |
virtual bool Start() = 0; |
- // Returns the shell::InterfaceRegistry the browser process uses to expose |
- // interfaces to the utility process. |
- virtual shell::InterfaceRegistry* GetInterfaceRegistry() = 0; |
- |
// Returns the shell::InterfaceProvider the browser process can use to bind |
// interfaces exposed to it from the utility process. |
virtual shell::InterfaceProvider* GetRemoteInterfaces() = 0; |