Index: net/http/http_stream_factory.cc |
diff --git a/net/http/http_stream_factory.cc b/net/http/http_stream_factory.cc |
index 70a4940452afd0d7a4dbbe65a95f1c2816dd042e..7e81d6118db13f581c356507d23ec8cacaffa65a 100644 |
--- a/net/http/http_stream_factory.cc |
+++ b/net/http/http_stream_factory.cc |
@@ -33,6 +33,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() {} |