| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index cf6ecee2254cb9335cdf4fdab1222cbcc701e179..96f5e556b046e51ebb812498a68a7a0a09c5e808 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -90,7 +90,6 @@ class TestSink : public Channel {
|
| bool Send(IPC::Message* message) override;
|
| bool Connect() override WARN_UNUSED_RESULT;
|
| void Close() override;
|
| - base::ProcessId GetPeerPID() const override;
|
|
|
| // 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.
|
|
|