diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 02:22:18 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-08 02:22:18 +0000 |
commit | fb7490478da3b198520e2fb0ba8ebcbc0360ac25 (patch) | |
tree | cc5f9e92bf71dfcc7623fd6117d1aa33bfaa1a90 /ipc | |
parent | 265d8c32bd4dbb4b1a142c8204b434a03e8a8c8f (diff) | |
download | chromium_src-fb7490478da3b198520e2fb0ba8ebcbc0360ac25.zip chromium_src-fb7490478da3b198520e2fb0ba8ebcbc0360ac25.tar.gz chromium_src-fb7490478da3b198520e2fb0ba8ebcbc0360ac25.tar.bz2 |
Remove an obsolete FIXME in ipc_channel.h.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3338006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ipc')
-rw-r--r-- | ipc/ipc_channel.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h index f085704..dd35e8c 100644 --- a/ipc/ipc_channel.h +++ b/ipc/ipc_channel.h @@ -79,11 +79,6 @@ class Channel : public Message::Sender { // // |message| must be allocated using operator new. This object will be // deleted once the contents of the Message have been sent. - // - // FIXME bug 551500: the channel does not notice failures, so if the - // renderer crashes, it will silently succeed, leaking the parameter. - // At least the leak will be fixed by... - // virtual bool Send(Message* message); #if defined(OS_POSIX) |