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