summaryrefslogtreecommitdiff
path: root/chromium/net/websockets/websocket_http2_handshake_stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/websockets/websocket_http2_handshake_stream.h')
-rw-r--r--chromium/net/websockets/websocket_http2_handshake_stream.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/net/websockets/websocket_http2_handshake_stream.h b/chromium/net/websockets/websocket_http2_handshake_stream.h
index 7036e4b6773..b31db32a83e 100644
--- a/chromium/net/websockets/websocket_http2_handshake_stream.h
+++ b/chromium/net/websockets/websocket_http2_handshake_stream.h
@@ -124,6 +124,8 @@ class NET_EXPORT_PRIVATE WebSocketHttp2HandshakeStream
void OnFailure(const std::string& message);
+ HandshakeResult result_;
+
// The connection to open the Websocket stream on.
base::WeakPtr<SpdySession> session_;