summaryrefslogtreecommitdiffstats
path: root/chrome/browser/io_thread.h
diff options
context:
space:
mode:
authoreroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-12 19:08:02 +0000
committereroman@chromium.org <eroman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-12 19:08:02 +0000
commit933bc5c6bb5b54c1103ef29fc85eb41572151bb6 (patch)
treeb8179a95b38d1d284dce88b8870dc31ba43b8645 /chrome/browser/io_thread.h
parentfc1e52d59a43854f9be84dbe1dd03191c67ebaa3 (diff)
downloadchromium_src-933bc5c6bb5b54c1103ef29fc85eb41572151bb6.zip
chromium_src-933bc5c6bb5b54c1103ef29fc85eb41572151bb6.tar.gz
chromium_src-933bc5c6bb5b54c1103ef29fc85eb41572151bb6.tar.bz2
Add FTP transaction factories to the system URLRequestContext, and the proxy script fetcher URLRequestContext
BUG=76581 Review URL: http://codereview.chromium.org/6820059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r--chrome/browser/io_thread.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 019b594..eddf5ae 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -31,6 +31,7 @@ class Predictor;
namespace net {
class CertVerifier;
class DnsRRResolver;
+class FtpTransactionFactory;
class HostResolver;
class HttpAuthHandlerFactory;
class HttpTransactionFactory;
@@ -60,9 +61,12 @@ class IOThread : public BrowserProcessSubThread {
scoped_refptr<net::ProxyService> proxy_script_fetcher_proxy_service;
scoped_ptr<net::HttpTransactionFactory>
proxy_script_fetcher_http_transaction_factory;
+ scoped_ptr<net::FtpTransactionFactory>
+ proxy_script_fetcher_ftp_transaction_factory;
scoped_ptr<net::URLSecurityManager> url_security_manager;
scoped_refptr<net::URLRequestContext> proxy_script_fetcher_context;
scoped_ptr<net::HttpTransactionFactory> system_http_transaction_factory;
+ scoped_ptr<net::FtpTransactionFactory> system_ftp_transaction_factory;
scoped_refptr<net::ProxyService> system_proxy_service;
// NOTE(willchan): This request context is unusable until a system
// SSLConfigService is provided that doesn't rely on