Index: ipc/ipc_channel_nacl.h |
diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h |
index c47892d25c46d7b3b026b56b61057f6dddeb5dd7..e217b888cd061f71dff6e65403117d764b5c2229 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 TakePipeHandle() OVERRIDE; |
virtual bool Connect() OVERRIDE; |
virtual void Close() OVERRIDE; |
virtual bool Send(Message* message) OVERRIDE; |