Index: net/spdy/spdy_framer.h |
diff --git a/net/spdy/spdy_framer.h b/net/spdy/spdy_framer.h |
index ce0e49126b87687b1681e6b960f04e609217532d..5e664ee65cfe251b65e9803b333e5725e3c18490 100644 |
--- a/net/spdy/spdy_framer.h |
+++ b/net/spdy/spdy_framer.h |
@@ -803,11 +803,6 @@ class NET_EXPORT_PRIVATE SpdyFramer { |
// If true, then ProcessInput returns after processing a full frame, |
// rather than reading all available input. |
bool process_single_input_frame_ = false; |
- |
- // Latched value of --FLAGS_spdy_on_stream_end. |
- // If true, OnStreamEnd will be called instead of the sentinel call of |
- // OnStreamFrameData(stream_id, nullptr, 0, true) |
- bool spdy_on_stream_end_; |
}; |
} // namespace net |