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 686a7737319084a00491a8e3161508443ad6a6ff..a1887340ec1a5d99f73718ed329ab8eaf2fe4e6d 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -80,8 +80,10 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
void ForceShutdown() override; |
std::string CreateChannel() override; |
std::string CreateChannelMojo(const std::string& child_token) override; |
+ void CreateChannelMojo() override; |
bool IsChannelOpening() override; |
void AddFilter(IPC::MessageFilter* filter) override; |
+ shell::InterfaceProvider* GetRemoteInterfaces() override; |
#if defined(OS_POSIX) |
base::ScopedFD TakeClientFileDescriptor() override; |
#endif |