| Index: ipc/ipc_channel_posix.h
|
| diff --git a/ipc/ipc_channel_posix.h b/ipc/ipc_channel_posix.h
|
| index a235739286fe061b6f25218ba74592a39eb85e71..d806fb70ac4946a3311400c590f6a0f8c69b5425 100644
|
| --- a/ipc/ipc_channel_posix.h
|
| +++ b/ipc/ipc_channel_posix.h
|
| @@ -63,7 +63,6 @@ class IPC_EXPORT ChannelPosix : public Channel,
|
| virtual bool Send(Message* message) OVERRIDE;
|
| virtual base::ProcessId GetPeerPID() const OVERRIDE;
|
| virtual base::ProcessId GetSelfPID() const OVERRIDE;
|
| - virtual ChannelHandle TakePipeHandle() OVERRIDE;
|
| virtual int GetClientFileDescriptor() const OVERRIDE;
|
| virtual int TakeClientFileDescriptor() OVERRIDE;
|
|
|
|
|