Index: ipc/mojo/ipc_channel_mojo.h |
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h |
index 9964a8f80b74f5a82ff156d5e58c9d110208ef55..b3978d0499d4e1270fef749b7f78682b6562da8f 100644 |
--- a/ipc/mojo/ipc_channel_mojo.h |
+++ b/ipc/mojo/ipc_channel_mojo.h |
@@ -89,7 +89,6 @@ class IPC_MOJO_EXPORT ChannelMojo : public Channel, |
virtual bool Send(Message* message) OVERRIDE; |
virtual base::ProcessId GetPeerPID() const OVERRIDE; |
virtual base::ProcessId GetSelfPID() const OVERRIDE; |
- virtual ChannelHandle TakePipeHandle() OVERRIDE; |
#if defined(OS_POSIX) && !defined(OS_NACL) |
virtual int GetClientFileDescriptor() const OVERRIDE; |