Chromium Code Reviews| Index: net/http/http_stream_factory_impl.h |
| diff --git a/net/http/http_stream_factory_impl.h b/net/http/http_stream_factory_impl.h |
| index fac358f7b239c2674fcff341971f5996168f2f51..6911df51a3ea98ad97e9bbddf0f13ef498d140e6 100644 |
| --- a/net/http/http_stream_factory_impl.h |
| +++ b/net/http/http_stream_factory_impl.h |
| @@ -84,6 +84,7 @@ class NET_EXPORT_PRIVATE HttpStreamFactoryImpl : public HttpStreamFactory { |
| const SSLConfig& proxy_ssl_config, |
| HttpStreamRequest::Delegate* delegate, |
| WebSocketHandshakeStreamBase::CreateHelper* create_helper, |
| + bool for_bidirectional, |
|
Ryan Hamilton
2016/02/27 00:21:14
how about bidirectional_stream or some such?
xunjieli
2016/02/29 15:21:37
Done.
|
| const BoundNetLog& net_log); |
| AlternativeService GetAlternativeServiceFor( |