Index: net/quic/quic_crypto_stream.h |
diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h |
index 2c61a18fe782dcddad5888201485dff12bb8f6bd..a11e3df501e3701914a47e153b5c2ec41abc65d8 100644 |
--- a/net/quic/quic_crypto_stream.h |
+++ b/net/quic/quic_crypto_stream.h |
@@ -60,6 +60,8 @@ class NET_EXPORT_PRIVATE QuicCryptoStream |
private: |
CryptoFramer crypto_framer_; |
+ bool is_server_; |
+ |
DISALLOW_COPY_AND_ASSIGN(QuicCryptoStream); |
}; |