diff options
Diffstat (limited to 'ipc/ipc_channel.h')
-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) |