| Index: ipc/ipc_channel_mojo.h
|
| diff --git a/ipc/ipc_channel_mojo.h b/ipc/ipc_channel_mojo.h
|
| index 9e01e8e18f10edf98de95f015ebae0d173eb61db..ddc00c0d537400fea3df2a13909d7258e2fc01c9 100644
|
| --- a/ipc/ipc_channel_mojo.h
|
| +++ b/ipc/ipc_channel_mojo.h
|
| @@ -74,13 +74,9 @@ class IPC_EXPORT ChannelMojo
|
| void Close() override;
|
| bool Send(Message* message) override;
|
| base::ProcessId GetPeerPID() const override;
|
| - base::ProcessId GetSelfPID() const override;
|
| Channel::AssociatedInterfaceSupport* GetAssociatedInterfaceSupport() override;
|
|
|
| -#if defined(OS_POSIX) && !defined(OS_NACL_SFI)
|
| - int GetClientFileDescriptor() const override;
|
| - base::ScopedFD TakeClientFileDescriptor() override;
|
| -#endif // defined(OS_POSIX) && !defined(OS_NACL_SFI)
|
| + base::ProcessId GetSelfPID() const;
|
|
|
| // These access protected API of IPC::Message, which has ChannelMojo
|
| // as a friend class.
|
|
|