Index: ipc/ipc_channel.h |
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h |
index d27af5807387ed53fa685cea75053bd4a4d8c5c2..f6bd5044c14af5150e12a9a964a382d7d630c4cc 100644 |
--- a/ipc/ipc_channel.h |
+++ b/ipc/ipc_channel.h |
@@ -173,11 +173,6 @@ class IPC_EXPORT Channel : public Sender { |
// Get its own process id. This value is told to the peer. |
virtual base::ProcessId GetSelfPID() const = 0; |
- // Return connected ChannelHandle which the channel has owned. |
- // This method transfers the ownership to the caller |
- // so the channel isn't valid after the call. |
- virtual ChannelHandle TakePipeHandle() WARN_UNUSED_RESULT = 0; |
- |
// Send a message over the Channel to the listener on the other end. |
// |
// |message| must be allocated using operator new. This object will be |