Index: net/spdy/spdy_stream.h |
diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h |
index d2f3de72f1179e0c3df7506de45b41c02fb7cf63..28eaf409d957a691a2332f08984b1389f6f86cc7 100644 |
--- a/net/spdy/spdy_stream.h |
+++ b/net/spdy/spdy_stream.h |
@@ -129,6 +129,7 @@ class NET_EXPORT_PRIVATE SpdyStream { |
SpdyStreamId stream_id() const { return stream_id_; } |
void set_stream_id(SpdyStreamId stream_id) { stream_id_ = stream_id; } |
+ // TODO(akalin): Remove these two functions. |
bool response_received() const { return response_received_; } |
void set_response_received() { response_received_ = true; } |