| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 9e67e6a85df9a2d8df7c1715fbaead739796f9fe..0a72167357e80f57411703a984ce5aabf7506adc 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -396,7 +396,6 @@ class NET_EXPORT_PRIVATE SpdyStream {
|
| // * zero or one header block ("trailers").
|
| // Each header block must have a ":status" header field. SpdyStream enforces
|
| // these requirements, and resets the stream if they are not met.
|
| - // TODO(bnc) https://crbug.com/662197 Add support for informational headers.
|
| enum ResponseState {
|
| READY_FOR_HEADERS,
|
| READY_FOR_DATA_OR_TRAILERS,
|
|
|