Chromium Code Reviews| Index: net/quic/quic_crypto_stream.h |
| diff --git a/net/quic/quic_crypto_stream.h b/net/quic/quic_crypto_stream.h |
| index 4cce73c2eecfe34567e316cb18921292acecc232..dc8b227debb79f0ccf21fede27d08fbefc6a5eba 100644 |
| --- a/net/quic/quic_crypto_stream.h |
| +++ b/net/quic/quic_crypto_stream.h |
| @@ -73,8 +73,6 @@ class NET_EXPORT_PRIVATE QuicCryptoStream |
| private: |
| CryptoFramer crypto_framer_; |
| - bool is_server_; |
| - |
| DISALLOW_COPY_AND_ASSIGN(QuicCryptoStream); |
| }; |