Index: net/websockets/websocket_channel.cc |
diff --git a/net/websockets/websocket_channel.cc b/net/websockets/websocket_channel.cc |
index 12f152f52484e9341fd4c87561894bf4bada43c5..767d632daf2d5b1f57bede371a46f4cab4a5c809 100644 |
--- a/net/websockets/websocket_channel.cc |
+++ b/net/websockets/websocket_channel.cc |
@@ -465,6 +465,8 @@ void WebSocketChannel::SendFlowControl(int64 quota) { |
void WebSocketChannel::StartClosingHandshake(uint16 code, |
const std::string& reason) { |
if (InClosingState()) { |
+ // When the associated renderer process is killed while the channel is in |
+ // CLOSING state we reach here. |
DVLOG(1) << "StartClosingHandshake called in state " << state_ |
<< ". This may be a bug, or a harmless race."; |
return; |