Index: ipc/ipc_channel_posix.cc |
diff --git a/ipc/ipc_channel_posix.cc b/ipc/ipc_channel_posix.cc |
index 11b20ff39e3a2996de3f61a77049f039ce8aedfd..b8aee400dd0f9aa6770db1d711f7b318dabdd067 100644 |
--- a/ipc/ipc_channel_posix.cc |
+++ b/ipc/ipc_channel_posix.cc |
@@ -527,6 +527,7 @@ bool Channel::ChannelImpl::ProcessOutgoingMessages() { |
} |
bool Channel::ChannelImpl::Send(Message* message) { |
+ CHECK(message) << "crbug.com/357915"; // TODO(vtl): Remove once bug resolved. |
DVLOG(2) << "sending message @" << message << " on channel @" << this |
<< " with type " << message->type() |
<< " (" << output_queue_.size() << " in queue)"; |