diff options
Diffstat (limited to 'chrome/common/ipc_channel_proxy.h')
-rw-r--r-- | chrome/common/ipc_channel_proxy.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/ipc_channel_proxy.h b/chrome/common/ipc_channel_proxy.h index 82b3d88..06e74ef 100644 --- a/chrome/common/ipc_channel_proxy.h +++ b/chrome/common/ipc_channel_proxy.h @@ -136,11 +136,6 @@ class ChannelProxy : public Message::Sender { void AddFilter(MessageFilter* filter); void RemoveFilter(MessageFilter* filter); - // TODO(darin): kill this - bool ProcessPendingMessages(uint32 max_wait_msec) { - return false; - } - protected: Channel::Listener* listener() const { return context_->listener(); } |