Chromium Code Reviews| Index: ipc/ipc_channel_proxy.cc |
| =================================================================== |
| --- ipc/ipc_channel_proxy.cc (revision 21342) |
| +++ ipc/ipc_channel_proxy.cc (working copy) |
| @@ -272,6 +272,10 @@ |
| context_.get(), &Context::OnRemoveFilter, filter)); |
| } |
| +void ChannelProxy::ClearIPCMessageLoop() { |
| + context()->ClearIPCMessageLoop(); |
| +} |
| + |
| #if defined(OS_POSIX) |
| // See the TODO regarding lazy initialization of the channel in |
| // ChannelProxy::Init(). |