| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index 3e70704348e25fd9df1b28cd329a144d3fd23a94..cf6ecee2254cb9335cdf4fdab1222cbcc701e179 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -91,12 +91,6 @@ class TestSink : public Channel {
|
| bool Connect() override WARN_UNUSED_RESULT;
|
| void Close() override;
|
| base::ProcessId GetPeerPID() const override;
|
| - base::ProcessId GetSelfPID() const override;
|
| -
|
| -#if defined(OS_POSIX) && !defined(OS_NACL)
|
| - int GetClientFileDescriptor() const override;
|
| - base::ScopedFD TakeClientFileDescriptor() override;
|
| -#endif // defined(OS_POSIX) && !defined(OS_NACL)
|
|
|
| // Used by the source of the messages to send the message to the sink. This
|
| // will make a copy of the message and store it in the list.
|
|
|