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..01bd949f8c16a33f8f18582a0599045887f411a6 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -80,6 +80,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
void ForceShutdown() override; |
std::string CreateChannel() override; |
std::string CreateChannelMojo(const std::string& child_token) override; |
+ bool CreateChannelMojoWithBootstrap( |
+ mojo::ScopedMessagePipeHandle handle) override; |
bool IsChannelOpening() override; |
void AddFilter(IPC::MessageFilter* filter) override; |
#if defined(OS_POSIX) |