| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 01911b3809b7ac900692a13a3012fd43723653a1..575cee20b83857cf21fddef8d7a94b5ae99a8f23 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -2720,12 +2720,12 @@ bool SpdySession::TryCreatePushStream(SpdyStreamId stream_id,
|
|
|
| last_compressed_frame_len_ = 0;
|
|
|
| - DeleteExpiredPushedStreams();
|
| PushedStreamMap::iterator inserted_pushed_it =
|
| unclaimed_pushed_streams_.insert(
|
| pushed_it,
|
| std::make_pair(gurl, PushedStreamInfo(stream_id, time_func_())));
|
| DCHECK(inserted_pushed_it != pushed_it);
|
| + DeleteExpiredPushedStreams();
|
|
|
| InsertActivatedStream(stream.Pass());
|
|
|
|
|