Index: chrome/common/ipc_channel_proxy.cc |
=================================================================== |
--- chrome/common/ipc_channel_proxy.cc (revision 21215) |
+++ chrome/common/ipc_channel_proxy.cc (working copy) |
@@ -272,10 +272,6 @@ |
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(). |