Index: content/browser/gpu/gpu_process_host.h |
diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h |
index bd02aa436966e752b503e7a1c292387ab4efab41..f7d000a35ac6f2721919e7487be13030a84e0ed9 100644 |
--- a/content/browser/gpu/gpu_process_host.h |
+++ b/content/browser/gpu/gpu_process_host.h |
@@ -52,10 +52,6 @@ class ShaderDiskCache; |
struct SyncToken; |
} |
-namespace service_manager { |
-class InterfaceProvider; |
-} |
- |
namespace content { |
class BrowserChildProcessHostImpl; |
@@ -110,7 +106,8 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate, |
bool force_create, |
const base::Callback<void(GpuProcessHost*)>& callback); |
- service_manager::InterfaceProvider* GetRemoteInterfaces(); |
+ void BindInterface(const std::string& interface_name, |
+ mojo::ScopedMessagePipeHandle interface_pipe); |
// Get the GPU process host for the GPU process with the given ID. Returns |
// null if the process no longer exists. |