Chromium Code Reviews| Index: net/http/http_basic_stream.h |
| =================================================================== |
| --- net/http/http_basic_stream.h (revision 68026) |
| +++ net/http/http_basic_stream.h (working copy) |
| @@ -31,6 +31,7 @@ |
| class HttpBasicStream : public HttpStream { |
| public: |
| HttpBasicStream(ClientSocketHandle* connection, bool using_proxy); |
| + HttpBasicStream(HttpStreamParser* parser, ClientSocketHandle* connection); |
|
vandebo (ex-Chrome)
2010/12/14 00:30:23
Maybe comments describing the different use cases
willchan no longer on Chromium
2010/12/14 00:34:42
Overloading is against the style guide. It's not
Ryan Hamilton
2010/12/15 20:14:17
Done.
Ryan Hamilton
2010/12/15 20:14:17
Sounds like a good idea, though willchan pointed o
|
| virtual ~HttpBasicStream(); |
| // HttpStream methods: |