| Index: net/quic/chromium/bidirectional_stream_quic_impl.cc
|
| diff --git a/net/quic/chromium/bidirectional_stream_quic_impl.cc b/net/quic/chromium/bidirectional_stream_quic_impl.cc
|
| index 338401042803050ed70b7a8e3021b25c2c3a77dc..1d507ae8e80f86607c6f209a8cfdf677c09c7a57 100644
|
| --- a/net/quic/chromium/bidirectional_stream_quic_impl.cc
|
| +++ b/net/quic/chromium/bidirectional_stream_quic_impl.cc
|
| @@ -294,10 +294,6 @@ void BidirectionalStreamQuicImpl::OnError(int error) {
|
| NotifyError(error);
|
| }
|
|
|
| -bool BidirectionalStreamQuicImpl::HasSendHeadersComplete() {
|
| - return has_sent_headers_;
|
| -}
|
| -
|
| void BidirectionalStreamQuicImpl::OnCryptoHandshakeConfirmed() {
|
| was_handshake_confirmed_ = true;
|
| }
|
|
|