| Index: ipc/ipc_channel_proxy.cc
|
| diff --git a/ipc/ipc_channel_proxy.cc b/ipc/ipc_channel_proxy.cc
|
| index 18ed30413366bbdfd835ac82f8ac82c83cfe5c21..193b62c7c32afb806b6b661c12b65ca0a469a3dd 100644
|
| --- a/ipc/ipc_channel_proxy.cc
|
| +++ b/ipc/ipc_channel_proxy.cc
|
| @@ -93,10 +93,6 @@ bool ChannelProxy::Context::OnMessageReceived(const Message& message) {
|
|
|
| // Called on the IPC::Channel thread
|
| bool ChannelProxy::Context::OnMessageReceivedNoFilter(const Message& message) {
|
| - // NOTE: This code relies on the listener's message loop not going away while
|
| - // this thread is active. That should be a reasonable assumption, but it
|
| - // feels risky. We may want to invent some more indirect way of referring to
|
| - // a MessageLoop if this becomes a problem.
|
| listener_task_runner_->PostTask(
|
| FROM_HERE, base::Bind(&Context::OnDispatchMessage, this, message));
|
| return true;
|
|
|