| Index: net/http/http_stream_factory.cc
|
| diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc
|
| index a92f9fca5f32caf1bf23f49cb1b7239c8d00e686..6f38eff3d950adbe7fd00f5a68c951df17a4a9a6 100644
|
| --- a/net/http/http_stream_factory.cc
|
| +++ b/net/http/http_stream_factory.cc
|
| @@ -29,6 +29,8 @@ bool HttpStreamFactory::force_spdy_over_ssl_ = true;
|
| // static
|
| bool HttpStreamFactory::force_spdy_always_ = false;
|
| // static
|
| +int HttpStreamFactory::force_quic_port_ = 0;
|
| +// static
|
| std::list<HostPortPair>* HttpStreamFactory::forced_spdy_exclusions_ = NULL;
|
|
|
| HttpStreamFactory::~HttpStreamFactory() {}
|
|
|