| 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..52efb9362aa0d697dece4b78bdca3a718aaf9c0e 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(
|
| + const mojo::edk::PendingProcessConnection& connection) override;
|
| void CreateChannelMojo() override;
|
| bool IsChannelOpening() override;
|
| void AddFilter(IPC::MessageFilter* filter) override;
|
|
|