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. |
+ SpdyHttpStream(SpdyStream* spdy_stream); |
vandebo (ex-Chrome)
2010/12/04 00:30:37
explicit
Ryan Hamilton
2010/12/09 21:19:35
Done.
|
virtual ~SpdyHttpStream(); |
SpdyStream* stream() { return stream_.get(); } |