diff options
Diffstat (limited to 'net/http/http_network_layer.h')
-rw-r--r-- | net/http/http_network_layer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h index 84f966d..e40be8c 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_; }; |