Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: ipc/ipc_channel_posix.cc

Issue 11964002: Remove IPC::Channel::set_listener(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ipc/ipc_channel_nacl.cc ('k') | ipc/ipc_channel_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_posix.cc
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc
index 10695f86e5f9a7c36c020df5642b9c9538913a90..090615208e6d16e384b6070781310271ab1117eb 100644
--- a/ipc/ipc_channel_posix.cc
+++ b/ipc/ipc_channel_posix.cc
@@ -1133,10 +1133,6 @@ void Channel::Close() {
channel_impl_->Close();
}
-void Channel::set_listener(Listener* listener) {
- channel_impl_->set_listener(listener);
-}
-
base::ProcessId Channel::peer_pid() const {
return channel_impl_->peer_pid();
}
« no previous file with comments | « ipc/ipc_channel_nacl.cc ('k') | ipc/ipc_channel_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698