Index: net/http/http_stream_factory.cc |
diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc |
index 9aacbdcb818b8c8d2b37f70b68bbb6d13728ce1d..1f7b5e90547a3257237f50b4b313646c04550c83 100644 |
--- a/net/http/http_stream_factory.cc |
+++ b/net/http/http_stream_factory.cc |
@@ -30,6 +30,8 @@ bool HttpStreamFactory::force_spdy_always_ = false; |
std::list<HostPortPair>* HttpStreamFactory::forced_spdy_exclusions_ = NULL; |
// static |
bool HttpStreamFactory::ignore_certificate_errors_ = false; |
+// static |
+bool HttpStreamFactory::http_pipelining_enabled_ = false; |
HttpStreamFactory::~HttpStreamFactory() {} |