Index: net/quic/quic_data_stream.h |
diff --git a/net/quic/quic_data_stream.h b/net/quic/quic_data_stream.h |
index 965a5aeabfa384469a90db5bb05f7205279c9e3b..c80cacf662b9d93fe04bc7234961d7c31f2c306c 100644 |
--- a/net/quic/quic_data_stream.h |
+++ b/net/quic/quic_data_stream.h |
@@ -135,10 +135,6 @@ class NET_EXPORT_PRIVATE QuicDataStream : public ReliableQuicStream { |
// Contains a copy of the decompressed headers until they are consumed |
// via ProcessData or Readv. |
std::string decompressed_headers_; |
- // True if an error was encountered during decompression. |
- bool decompression_failed_; |
- // True if the priority has been read, false otherwise. |
- bool priority_parsed_; |
DISALLOW_COPY_AND_ASSIGN(QuicDataStream); |
}; |