| Index: net/quic/quic_spdy_stream.h
|
| diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
|
| index 71c50b4cbd0f9ff235f3e504f31361b6a9453285..2d864955f0f60eef2796eba1809b2d488fed1b74 100644
|
| --- a/net/quic/quic_spdy_stream.h
|
| +++ b/net/quic/quic_spdy_stream.h
|
| @@ -161,10 +161,6 @@
|
| // written to the server.
|
| void SetPriority(SpdyPriority priority);
|
|
|
| - // Called when owning session is getting deleted to avoid subsequent
|
| - // use of the spdy_session_ member.
|
| - void ClearSession();
|
| -
|
| protected:
|
| // Called by OnStreamHeadersComplete depending on which type (initial or
|
| // trailing) headers are expected next.
|
|
|