Index: content/common/child_process_host_impl.h |
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h |
index ccca69ebe7bad6976108dd60bed3ee1f6989a442..e6e813636c369064bb0af363447fe0ccfcf08a4d 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -69,7 +69,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
void CreateChannelMojo() override; |
bool IsChannelOpening() override; |
void AddFilter(IPC::MessageFilter* filter) override; |
- service_manager::InterfaceProvider* GetRemoteInterfaces() override; |
+ void BindInterface(const std::string& interface_name, |
+ mojo::ScopedMessagePipeHandle interface_pipe) override; |
private: |
friend class ChildProcessHost; |