summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_channel_mojo.h
diff options
context:
space:
mode:
authormorrita <morrita@chromium.org>2014-09-25 16:12:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-25 23:12:33 +0000
commitcfdd7ba3cf8658df5a5484b716a1dc48ce3e0674 (patch)
tree4d69484b2ef893a554fa073302251a69c362aab2 /ipc/mojo/ipc_channel_mojo.h
parent42d5525e3dbb7cd88da93e1d200fc31ae8f0b8d5 (diff)
downloadchromium_src-cfdd7ba3cf8658df5a5484b716a1dc48ce3e0674.zip
chromium_src-cfdd7ba3cf8658df5a5484b716a1dc48ce3e0674.tar.gz
chromium_src-cfdd7ba3cf8658df5a5484b716a1dc48ce3e0674.tar.bz2
Remove IPC::Channel::TakePipeHandle()
It doesn't work, and it is no longer used. BUG=416208 R=cpu@chromium.org, jam@chromium.org Review URL: https://codereview.chromium.org/601563002 Cr-Commit-Position: refs/heads/master@{#296820}
Diffstat (limited to 'ipc/mojo/ipc_channel_mojo.h')
-rw-r--r--ipc/mojo/ipc_channel_mojo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipc/mojo/ipc_channel_mojo.h b/ipc/mojo/ipc_channel_mojo.h
index e3ecb99..c356906 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;