Index: net/spdy/spdy_http_stream.h |
=================================================================== |
--- net/spdy/spdy_http_stream.h (revision 68026) |
+++ net/spdy/spdy_http_stream.h (working copy) |
@@ -33,6 +33,8 @@ |
public: |
// SpdyHttpStream constructor |
SpdyHttpStream(SpdySession* spdy_session, bool direct); |
+ // Constructs a SpdyHttpStream that wraps an existing SpdyStream. |
willchan no longer on Chromium
2010/12/14 00:34:42
Same style comment on overloading being disallowed
Ryan Hamilton
2010/12/15 20:14:17
Done.
|
+ explicit SpdyHttpStream(SpdyStream* spdy_stream); |
virtual ~SpdyHttpStream(); |
SpdyStream* stream() { return stream_.get(); } |