| 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 18875c94e67028db164d96d82c55bb1e7d74dfc8..45591ceec591d8b65b5dddead123aa6a96351a0f 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -79,6 +79,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| bool Send(IPC::Message* message) override;
|
| void ForceShutdown() override;
|
| std::string CreateChannel() override;
|
| + std::string CreateChannelMojo() override;
|
| bool IsChannelOpening() override;
|
| void AddFilter(IPC::MessageFilter* filter) override;
|
| #if defined(OS_POSIX)
|
| @@ -109,6 +110,8 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| const gpu::SyncToken& sync_token);
|
|
|
| + bool CreateChannelCommon();
|
| +
|
| ChildProcessHostDelegate* delegate_;
|
| base::Process peer_process_;
|
| bool opening_channel_; // True while we're waiting the channel to be opened.
|
|
|