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

Unified Diff: net/tools/quic/quic_spdy_client_stream.h

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging Created 4 years, 2 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/tools/quic/quic_simple_server_stream.cc ('k') | net/tools/quic/quic_spdy_client_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_client_stream.h
diff --git a/net/tools/quic/quic_spdy_client_stream.h b/net/tools/quic/quic_spdy_client_stream.h
index 96ce11d086aff74855f86e8cd423a7390051cb53..20743c99208de84cdde30aa07774d8aa57d659b4 100644
--- a/net/tools/quic/quic_spdy_client_stream.h
+++ b/net/tools/quic/quic_spdy_client_stream.h
@@ -79,12 +79,6 @@ class QuicSpdyClientStream : public QuicSpdyStream {
// of client-side streams should be able to set the priority.
using QuicSpdyStream::SetPriority;
- void set_allow_bidirectional_data(bool value) {
- allow_bidirectional_data_ = value;
- }
-
- bool allow_bidirectional_data() const { return allow_bidirectional_data_; }
-
private:
// The parsed headers received from the server.
SpdyHeaderBlock response_headers_;
@@ -95,9 +89,6 @@ class QuicSpdyClientStream : public QuicSpdyStream {
std::string data_;
size_t header_bytes_read_;
size_t header_bytes_written_;
- // When true allows the sending of a request to continue while the response is
- // arriving.
- bool allow_bidirectional_data_;
QuicClientSession* session_;
« no previous file with comments | « net/tools/quic/quic_simple_server_stream.cc ('k') | net/tools/quic/quic_spdy_client_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698