diff options
Diffstat (limited to 'ipc/ipc_channel_proxy.cc')
-rw-r--r-- | ipc/ipc_channel_proxy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc index cbc18bc..da3da24 100644 --- a/ipc/ipc_channel_proxy.cc +++ b/ipc/ipc_channel_proxy.cc @@ -60,7 +60,7 @@ void ChannelProxy::MessageFilter::OnDestruct() const { ChannelProxy::Context::Context(Channel::Listener* listener, base::MessageLoopProxy* ipc_message_loop) - : listener_message_loop_(base::MessageLoopProxy::CreateForCurrentThread()), + : listener_message_loop_(base::MessageLoopProxy::current()), listener_(listener), ipc_message_loop_(ipc_message_loop), peer_pid_(0), |