Index: net/http/http_network_layer.h |
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h |
index 84f966d5bc61c5795874b7ac882c964b517762ae..e40be8cba58458af86924f4c9ce53d53b6b3bdc2 100644 |
--- a/net/http/http_network_layer.h |
+++ b/net/http/http_network_layer.h |
@@ -14,6 +14,7 @@ |
namespace net { |
class ClientSocketFactory; |
+class FlipSessionPool; |
class HostResolver; |
class HttpNetworkSession; |
class ProxyInfo; |
@@ -73,6 +74,8 @@ class HttpNetworkLayer : public HttpTransactionFactory { |
scoped_refptr<SSLConfigService> ssl_config_service_; |
scoped_refptr<HttpNetworkSession> session_; |
+ scoped_refptr<FlipSessionPool> flip_session_pool_; |
+ |
bool suspended_; |
static bool enable_flip_; |
}; |