summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_nacl.cc
diff options
context:
space:
mode:
authorviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 19:33:32 +0000
committerviettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-16 19:33:32 +0000
commit483692b1ebc8a26ae835a1a5d25ac59ceab568c7 (patch)
treed008c1db19f7779d23a7e10f9cde560f1165913b /ipc/ipc_channel_nacl.cc
parent1bf97bf5b9b614429faf9e67c10324ad9abe6197 (diff)
downloadchromium_src-483692b1ebc8a26ae835a1a5d25ac59ceab568c7.zip
chromium_src-483692b1ebc8a26ae835a1a5d25ac59ceab568c7.tar.gz
chromium_src-483692b1ebc8a26ae835a1a5d25ac59ceab568c7.tar.bz2
Remove IPC::Channel::set_listener().
It wasn't used anywhere other than in ipc_perftests (which, up till very recently, weren't even compiled) in a non-essential way. Review URL: https://chromiumcodereview.appspot.com/11964002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177192 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc/ipc_channel_nacl.cc')
-rw-r--r--ipc/ipc_channel_nacl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/ipc/ipc_channel_nacl.cc b/ipc/ipc_channel_nacl.cc
index 3cb5810..646cceb 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.