Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: net/quic/core/quic_spdy_stream.h

Issue 2875333002: Landing Recent QUIC changes until Mon May 8 21:42:46 2017 +0000 (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_sent_packet_manager_test.cc ('k') | net/quic/core/quic_spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_spdy_stream.h
diff --git a/net/quic/core/quic_spdy_stream.h b/net/quic/core/quic_spdy_stream.h
index 130b2e918e41b10145030259ab4d8495887856fc..2e4d2fca1448d28ec81bbca10946e8579bf4be7f 100644
--- a/net/quic/core/quic_spdy_stream.h
+++ b/net/quic/core/quic_spdy_stream.h
@@ -174,15 +174,6 @@ class QUIC_EXPORT_PRIVATE QuicSpdyStream : public QuicStream {
// will be available.
bool IsClosed() { return sequencer()->IsClosed(); }
- void set_allow_bidirectional_data(bool value) {
- allow_bidirectional_data_ = value;
- }
-
- bool allow_bidirectional_data() const {
- return FLAGS_quic_reloadable_flag_quic_always_enable_bidi_streaming ||
- allow_bidirectional_data_;
- }
-
using QuicStream::CloseWriteSide;
protected:
@@ -214,9 +205,6 @@ class QUIC_EXPORT_PRIVATE QuicSpdyStream : public QuicStream {
QuicSpdySession* spdy_session_;
Visitor* visitor_;
- // If true, allow sending of a request to continue while the response is
- // arriving.
- bool allow_bidirectional_data_;
// True if the headers have been completely decompressed.
bool headers_decompressed_;
// The priority of the stream, once parsed.
« no previous file with comments | « net/quic/core/quic_sent_packet_manager_test.cc ('k') | net/quic/core/quic_spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698