| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index e0349a00967e1f961b08b26d6dd7cd29326b4dd5..3b627dd349822c48a43dc759256a6f6c383e731a 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -60,15 +60,13 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| void Close(bool not_reusable) override;
|
| HttpStream* RenewStreamForAuth() override;
|
| bool IsResponseBodyComplete() const override;
|
| - bool CanFindEndOfResponse() const override;
|
| bool IsConnectionReused() const override;
|
| void SetConnectionReused() override;
|
| - bool IsConnectionReusable() const override;
|
| + bool CanReuseConnection() const override;
|
| int64 GetTotalReceivedBytes() const override;
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
| void GetSSLInfo(SSLInfo* ssl_info) override;
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override;
|
| - bool IsSpdyHttpStream() const override;
|
| void Drain(HttpNetworkSession* session) override;
|
| void SetPriority(RequestPriority priority) override;
|
|
|
|
|