Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: net/spdy/spdy_session_pool.h

Issue 7827033: Introduce net::HttpServerPropertiesManager to manage server-specific properties. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698