Index: net/spdy/spdy_session_pool.h |
=================================================================== |
--- net/spdy/spdy_session_pool.h (revision 99284) |
+++ net/spdy/spdy_session_pool.h (working copy) |
@@ -23,6 +23,7 @@ |
#include "net/base/ssl_config_service.h" |
#include "net/proxy/proxy_config.h" |
#include "net/proxy/proxy_server.h" |
+#include "net/spdy/spdy_config_service.h" |
#include "net/spdy/spdy_settings_storage.h" |
namespace net { |
@@ -41,6 +42,7 @@ |
public CertDatabase::Observer { |
public: |
SpdySessionPool(HostResolver* host_resolver, |
+ SpdyConfigService* spdy_config_service, |
SSLConfigService* ssl_config_service); |
virtual ~SpdySessionPool(); |
@@ -180,6 +182,7 @@ |
static bool g_force_single_domain; |
static bool g_enable_ip_pooling; |
+ const scoped_refptr<SpdyConfigService> spdy_config_service_; |
const scoped_refptr<SSLConfigService> ssl_config_service_; |
HostResolver* const resolver_; |