| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 4d18e3eff389dc1c7ca09497fe5b7baf0607ad4b..01d8ed6ed0841c9b7ab5dc6fb9de3a78caaf9dc5 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -383,10 +383,7 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| bool IsIdle() const;
|
|
|
| // Returns the protocol used by this stream. Always between
|
| - // kProtoSPDY2 and kProtoSPDYMaximumVersion.
|
| - //
|
| - // TODO(akalin): Change the lower bound to kProtoSPDYMinimumVersion
|
| - // once we stop supporting SPDY/1.
|
| + // kProtoSPDYMinimumVersion and kProtoSPDYMaximumVersion.
|
| NextProto GetProtocol() const;
|
|
|
| int response_status() const { return response_status_; }
|
|
|