| Index: net/http/http_stream_factory_impl_request.h
|
| diff --git a/net/http/http_stream_factory_impl_request.h b/net/http/http_stream_factory_impl_request.h
|
| index a92303c97b912462ca26b1b4b7d06e892fa8a814..198448c772eb5a1d7fec11e80a6ec9fe9a11ad9a 100644
|
| --- a/net/http/http_stream_factory_impl_request.h
|
| +++ b/net/http/http_stream_factory_impl_request.h
|
| @@ -27,12 +27,6 @@ class SpdySession;
|
|
|
| class HttpStreamFactoryImpl::Request : public HttpStreamRequest {
|
| public:
|
| - // Indicates which type of stream is requested.
|
| - enum StreamType {
|
| - BIDIRECTIONAL_STREAM_SPDY_JOB,
|
| - HTTP_STREAM,
|
| - };
|
| -
|
| Request(const GURL& url,
|
| HttpStreamFactoryImpl* factory,
|
| HttpStreamRequest::Delegate* delegate,
|
|
|