| Index: ipc/ipc_test_sink.h
|
| diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h
|
| index 1a213ee124588dbc360b237724b532ba625e69f4..18b701df9dac917fba797b21d6224cb07365d4af 100644
|
| --- a/ipc/ipc_test_sink.h
|
| +++ b/ipc/ipc_test_sink.h
|
| @@ -81,6 +81,8 @@ class TestSink : public Channel {
|
| virtual bool Connect() OVERRIDE WARN_UNUSED_RESULT;
|
| virtual void Close() OVERRIDE;
|
| virtual base::ProcessId GetPeerPID() const OVERRIDE;
|
| + virtual base::ProcessId GetSelfPID() const OVERRIDE;
|
| + virtual ChannelHandle GetPipeHandle() const OVERRIDE;
|
|
|
| #if defined(OS_POSIX) && !defined(OS_NACL)
|
| virtual int GetClientFileDescriptor() const OVERRIDE;
|
|
|