Index: ipc/ipc_test_sink.cc |
diff --git a/ipc/ipc_test_sink.cc b/ipc/ipc_test_sink.cc |
index b1a21bfd4807a35b8409cc225ea89c05f91a8f2f..e97cffd4448fee541075737514e35a28fd5f2b88 100644 |
--- a/ipc/ipc_test_sink.cc |
+++ b/ipc/ipc_test_sink.cc |
@@ -40,11 +40,6 @@ base::ProcessId TestSink::GetSelfPID() const { |
return base::ProcessId(); |
} |
-ChannelHandle TestSink::TakePipeHandle() { |
- NOTIMPLEMENTED(); |
- return ChannelHandle(); |
-} |
- |
bool TestSink::OnMessageReceived(const Message& msg) { |
ObserverListBase<Listener>::Iterator it(filter_list_); |
Listener* observer; |