| 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 99b884360b1825d423d84608680a9f2a9fd463f6..645bea7bccfd4fc0fb30b72462b7eaee0aea0b98 100644
|
| --- a/content/common/child_process_host_impl.h
|
| +++ b/content/common/child_process_host_impl.h
|
| @@ -83,9 +83,6 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost,
|
| bool IsChannelOpening() override;
|
| void AddFilter(IPC::MessageFilter* filter) override;
|
| service_manager::InterfaceProvider* GetRemoteInterfaces() override;
|
| -#if defined(OS_POSIX)
|
| - base::ScopedFD TakeClientFileDescriptor() override;
|
| -#endif
|
|
|
| private:
|
| friend class ChildProcessHost;
|
|
|