| Index: ipc/ipc_channel_nacl.h
|
| diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h
|
| index e217b888cd061f71dff6e65403117d764b5c2229..f7da4c346b94643eecb528565affb518ea1b0e6f 100644
|
| --- a/ipc/ipc_channel_nacl.h
|
| +++ b/ipc/ipc_channel_nacl.h
|
| @@ -43,7 +43,6 @@ class ChannelNacl : public Channel,
|
| // Channel implementation.
|
| virtual base::ProcessId GetPeerPID() const OVERRIDE;
|
| virtual base::ProcessId GetSelfPID() const OVERRIDE;
|
| - virtual ChannelHandle TakePipeHandle() OVERRIDE;
|
| virtual bool Connect() OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual bool Send(Message* message) OVERRIDE;
|
|
|