| Index: net/spdy/spdy_session.cc
|
| diff --git a/net/spdy/spdy_session.cc b/net/spdy/spdy_session.cc
|
| index 983df0a42a9fc22a68da55a51f3b8560d72153c3..460c50976110075e34fb8fd74e177d6d2c989695 100644
|
| --- a/net/spdy/spdy_session.cc
|
| +++ b/net/spdy/spdy_session.cc
|
| @@ -51,10 +51,6 @@ const int kReadBufferSize = 8 * 1024;
|
| const int kDefaultConnectionAtRiskOfLossSeconds = 10;
|
| const int kHungIntervalSeconds = 10;
|
|
|
| -// As we always act as the client, start at 1 for the first stream id.
|
| -const SpdyStreamId kFirstStreamId = 1;
|
| -const SpdyStreamId kLastStreamId = 0x7fffffff;
|
| -
|
| // Minimum seconds that unclaimed pushed streams will be kept in memory.
|
| const int kMinPushedStreamLifetimeSeconds = 300;
|
|
|
|
|