Chromium Code Reviews| Index: ipc/ipc_channel_nacl.cc |
| diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc |
| index e120b9dff0a3ef5c90edd9906bdbda3ed6789de8..f54e170af541f4287aae86ecc653ae0c50928fd1 100644 |
| --- a/ipc/ipc_channel_nacl.cc |
| +++ b/ipc/ipc_channel_nacl.cc |
| @@ -150,10 +150,6 @@ base::ProcessId ChannelNacl::GetPeerPID() const { |
| return -1; |
| } |
| -base::ProcessId ChannelNacl::GetSelfPID() const { |
| - return -1; |
| -} |
| - |
| bool ChannelNacl::Connect() { |
| WillConnect(); |