Index: ipc/ipc_channel_nacl.h |
diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h |
index a21730eb81346c918ef37bd5a98549484e176840..29a9d57570fb77a61404f547d41dabbddd9f94d3 100644 |
--- a/ipc/ipc_channel_nacl.h |
+++ b/ipc/ipc_channel_nacl.h |
@@ -40,6 +40,7 @@ class Channel::ChannelImpl : public internal::ChannelReader { |
virtual ~ChannelImpl(); |
// Channel implementation. |
+ base::ProcessId peer_pid() const; |
bool Connect(); |
void Close(); |
bool Send(Message* message); |
@@ -53,6 +54,7 @@ class Channel::ChannelImpl : public internal::ChannelReader { |
bool CreatePipe(const IPC::ChannelHandle& channel_handle); |
bool ProcessOutgoingMessages(); |
+ void CallOnChannelConnected(); |
// ChannelReader implementation. |
virtual ReadState ReadData(char* buffer, |