| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index cbb87bf8c611affa509e8da5024c19daadc5696a..7355961baee2a7ac04b3724b55a2a19b53adc772 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -367,7 +367,8 @@ class NET_EXPORT SpdySession : public BufferedSpdyFramerVisitorInterface,
|
| base::Value* GetInfoAsValue() const;
|
|
|
| // Indicates whether the session is being reused after having successfully
|
| - // used to send/receive data in the past.
|
| + // used to send/receive data in the past or if the underlying socket was idle
|
| + // before being used for a SPDY session.
|
| bool IsReused() const;
|
|
|
| // Returns true if the underlying transport socket ever had any reads or
|
|
|