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