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

Unified Diff: net/quic/quic_headers_stream.h

Issue 242593002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix. Use uint32 instead of int Created 6 years, 8 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/quic_flow_controller_test.cc ('k') | net/quic/quic_headers_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_headers_stream.h
diff --git a/net/quic/quic_headers_stream.h b/net/quic/quic_headers_stream.h
index c578476941658a684df32a0c470bdcd4f5224d59..c3ccbdada408a78e9519cb5a1dde0b75fb8b1f99 100644
--- a/net/quic/quic_headers_stream.h
+++ b/net/quic/quic_headers_stream.h
@@ -37,9 +37,6 @@ class NET_EXPORT_PRIVATE QuicHeadersStream : public ReliableQuicStream {
virtual uint32 ProcessRawData(const char* data, uint32 data_len) OVERRIDE;
virtual QuicPriority EffectivePriority() const OVERRIDE;
- // Headers stream is special and is not flow controlled.
- virtual bool IsFlowControlEnabled() const OVERRIDE;
-
private:
class SpdyFramerVisitor;
« no previous file with comments | « net/quic/quic_flow_controller_test.cc ('k') | net/quic/quic_headers_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698