| 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;
|
|
|
|
|