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 5a315ca806934a6947e4f5806373c6ce55faaeaf..ebeb8aa645a8febea23931718d1692a5e061a963 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -64,7 +64,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
// ChildProcessHost implementation |
bool Send(IPC::Message* message) override; |
void ForceShutdown() override; |
- std::string CreateChannelMojo(const std::string& child_token) override; |
+ std::string CreateChannelMojo( |
+ mojo::edk::PendingProcessConnection* connection) override; |
void CreateChannelMojo() override; |
bool IsChannelOpening() override; |
void AddFilter(IPC::MessageFilter* filter) override; |