Index: net/websockets/websocket_channel.h |
diff --git a/net/websockets/websocket_channel.h b/net/websockets/websocket_channel.h |
index a79ec4b43f07b8593394bf7fb063531e78c67534..59e50a1b9655f98ede7e9bda2db904413c20812a 100644 |
--- a/net/websockets/websocket_channel.h |
+++ b/net/websockets/websocket_channel.h |
@@ -379,6 +379,7 @@ class NET_EXPORT WebSocketChannel { |
// Storage for the status code and reason from the time the Close frame |
// arrives until the connection is closed and they are passed to |
// OnDropChannel(). |
+ bool has_received_close_frame_; |
uint16 received_close_code_; |
std::string received_close_reason_; |