Index: ipc/ipc_test_sink.h |
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h |
index 54bab34e01f7a06bd5c40a2fc13a72cce15376c7..a09ceba527c085d8e00b18c8e20810be445bb5ea 100644 |
--- a/ipc/ipc_test_sink.h |
+++ b/ipc/ipc_test_sink.h |
@@ -82,7 +82,6 @@ class TestSink : public Channel { |
virtual void Close() 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; |