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

Unified Diff: net/url_request/url_request_context_storage.cc

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/url_request/url_request_context_storage.cc
===================================================================
--- net/url_request/url_request_context_storage.cc (revision 99284)
+++ net/url_request/url_request_context_storage.cc (working copy)
@@ -73,6 +73,12 @@
proxy_service_.reset(proxy_service);
}
+void URLRequestContextStorage::set_spdy_config_service(
+ SpdyConfigService* spdy_config_service) {
+ context_->set_spdy_config_service(spdy_config_service);
+ spdy_config_service_ = spdy_config_service;
+}
+
void URLRequestContextStorage::set_ssl_config_service(
SSLConfigService* ssl_config_service) {
context_->set_ssl_config_service(ssl_config_service);

Powered by Google App Engine
This is Rietveld 408576698