Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 22697c61fd3909a4ffbae488ffdffd60b1d49f18..69e94b25604f457296531039f457198145d506b6 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -53,6 +53,7 @@ class FtpTransactionFactory; |
class HostMappingRules; |
class HostResolver; |
class HttpAuthHandlerFactory; |
+class HttpNetworkSession; |
class HttpServerProperties; |
class HttpTransactionFactory; |
class HttpUserAgentSettings; |
@@ -138,6 +139,8 @@ class IOThread : public content::BrowserThreadDelegate { |
scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; |
scoped_ptr<net::HttpServerProperties> http_server_properties; |
scoped_ptr<net::ProxyService> proxy_script_fetcher_proxy_service; |
+ scoped_ptr<net::HttpNetworkSession> |
+ proxy_script_fetcher_http_network_session; |
scoped_ptr<net::HttpTransactionFactory> |
proxy_script_fetcher_http_transaction_factory; |
scoped_ptr<net::FtpTransactionFactory> |
@@ -154,6 +157,7 @@ class IOThread : public content::BrowserThreadDelegate { |
// ProxyService, since we always directly connect to fetch the PAC script. |
scoped_ptr<net::URLRequestContext> proxy_script_fetcher_context; |
scoped_ptr<net::ProxyService> system_proxy_service; |
+ scoped_ptr<net::HttpNetworkSession> system_http_network_session; |
scoped_ptr<net::HttpTransactionFactory> system_http_transaction_factory; |
scoped_ptr<net::URLRequestJobFactory> system_url_request_job_factory; |
scoped_ptr<net::URLRequestContext> system_request_context; |