Index: ipc/ipc_channel_nacl.cc |
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc |
index 3cb581046824878804a910c690ae9a2e92ebc387..646ccebf90260698120303e4d433526d5a4a1cff 100644 |
--- a/ipc/ipc_channel_nacl.cc |
+++ b/ipc/ipc_channel_nacl.cc |
@@ -369,10 +369,6 @@ void Channel::Close() { |
channel_impl_->Close(); |
} |
-void Channel::set_listener(Listener* listener) { |
- channel_impl_->set_listener(listener); |
-} |
- |
base::ProcessId Channel::peer_pid() const { |
// This shouldn't actually get used in the untrusted side of the proxy, and we |
// don't have the real pid anyway. |