summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_nacl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_channel_nacl.h')
-rw-r--r--ipc/ipc_channel_nacl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipc/ipc_channel_nacl.h b/ipc/ipc_channel_nacl.h
index 29a9d57..a21730e 100644
--- a/ipc/ipc_channel_nacl.h
+++ b/ipc/ipc_channel_nacl.h
@@ -40,7 +40,6 @@ class Channel::ChannelImpl : public internal::ChannelReader {
virtual ~ChannelImpl();
// Channel implementation.
- base::ProcessId peer_pid() const;
bool Connect();
void Close();
bool Send(Message* message);
@@ -54,7 +53,6 @@ class Channel::ChannelImpl : public internal::ChannelReader {
bool CreatePipe(const IPC::ChannelHandle& channel_handle);
bool ProcessOutgoingMessages();
- void CallOnChannelConnected();
// ChannelReader implementation.
virtual ReadState ReadData(char* buffer,