| Index: net/tools/quic/quic_simple_server_stream.h
|
| diff --git a/net/tools/quic/quic_simple_server_stream.h b/net/tools/quic/quic_simple_server_stream.h
|
| index 68e86b63cdaf50f32c6a6e18d86a1027bb938fa0..7217ad3aef6e52e4ec5e6ba75310d011268c5017 100644
|
| --- a/net/tools/quic/quic_simple_server_stream.h
|
| +++ b/net/tools/quic/quic_simple_server_stream.h
|
| @@ -81,8 +81,6 @@ class QuicSimpleServerStream : public QuicSpdyStream {
|
| SpdyHeaderBlock request_headers_;
|
| int64_t content_length_;
|
| std::string body_;
|
| - // Whether or not SendResponse() has been called.
|
| - bool response_started_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(QuicSimpleServerStream);
|
| };
|
|
|