| Index: ipc/ipc_channel_nacl.h
|
| diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h
|
| index c47892d25c46d7b3b026b56b61057f6dddeb5dd7..d7c81c775bcc0cae3b16ce5f22ef6f8a7880adab 100644
|
| --- a/ipc/ipc_channel_nacl.h
|
| +++ b/ipc/ipc_channel_nacl.h
|
| @@ -42,6 +42,8 @@ class ChannelNacl : public Channel,
|
|
|
| // Channel implementation.
|
| virtual base::ProcessId GetPeerPID() const OVERRIDE;
|
| + virtual base::ProcessId GetSelfPID() const OVERRIDE;
|
| + virtual ChannelHandle GetPipeHandle() const OVERRIDE;
|
| virtual bool Connect() OVERRIDE;
|
| virtual void Close() OVERRIDE;
|
| virtual bool Send(Message* message) OVERRIDE;
|
|
|