diff options
author | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 09:21:50 +0000 |
---|---|---|
committer | darin@google.com <darin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 09:21:50 +0000 |
commit | cee1dfac19dfec36e73baf6d4095d80b65b64a37 (patch) | |
tree | a46e771e0deb255ca89c57bc2d2f637ff8857556 /chrome/common/ipc_channel_proxy.h | |
parent | 2ba303bf56cffb732587992d353888350f77269f (diff) | |
download | chromium_src-cee1dfac19dfec36e73baf6d4095d80b65b64a37.zip chromium_src-cee1dfac19dfec36e73baf6d4095d80b65b64a37.tar.gz chromium_src-cee1dfac19dfec36e73baf6d4095d80b65b64a37.tar.bz2 |
reland safe portions of r625
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@861 0039d316-1c4b-4281-b951-d872f2087c98
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(); } |