| Index: net/quic/chromium/quic_http_stream.h
|
| diff --git a/net/quic/chromium/quic_http_stream.h b/net/quic/chromium/quic_http_stream.h
|
| index 062c13b00dd853e802558aea08fe4672c6351aee..84bbeb972e0b3d3e73716e3c44ec277de8c14815 100644
|
| --- a/net/quic/chromium/quic_http_stream.h
|
| +++ b/net/quic/chromium/quic_http_stream.h
|
| @@ -75,7 +75,6 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| void OnDataAvailable() override;
|
| void OnClose() override;
|
| void OnError(int error) override;
|
| - bool HasSendHeadersComplete() override;
|
|
|
| // QuicChromiumClientSession::Observer implementation
|
| void OnCryptoHandshakeConfirmed() override;
|
|
|