diff options
author | pauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 01:56:44 +0000 |
---|---|---|
committer | pauljensen@chromium.org <pauljensen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-19 01:56:44 +0000 |
commit | 57486fd5b68831b8e3df30becd18c2dc2d4ba7f5 (patch) | |
tree | 73dc7e2784b97c1c1d9cbed12a957ea52e1b124c /chrome/browser/io_thread.h | |
parent | c21fcc5b17f1a7234d7649dbc4d24c3b9918605f (diff) | |
download | chromium_src-57486fd5b68831b8e3df30becd18c2dc2d4ba7f5.zip chromium_src-57486fd5b68831b8e3df30becd18c2dc2d4ba7f5.tar.gz chromium_src-57486fd5b68831b8e3df30becd18c2dc2d4ba7f5.tar.bz2 |
Removed static factories for data, ftp, file, and about jobs.
Instead add corresponding ProtocolHandlers as needed.
Remove URLRequestContext members used by these static
factories. Bake FtpAuthCache into FtpProtocolHandler as it
was already unique per FtpProtocolHandler.
This is a revived version of http://crrev.com/10836206
BUG=142945
Review URL: https://chromiumcodereview.appspot.com/11931024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@188912 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/io_thread.h')
-rw-r--r-- | chrome/browser/io_thread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h index 627dcfb..4319135 100644 --- a/chrome/browser/io_thread.h +++ b/chrome/browser/io_thread.h @@ -121,8 +121,6 @@ class IOThread : public content::BrowserThreadDelegate { scoped_ptr<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::URLRequestThrottlerManager> throttler_manager; scoped_ptr<net::URLSecurityManager> url_security_manager; // TODO(willchan): Remove proxy script fetcher context since it's not @@ -134,7 +132,6 @@ class IOThread : public content::BrowserThreadDelegate { scoped_ptr<net::URLRequestContext> proxy_script_fetcher_context; scoped_ptr<net::ProxyService> system_proxy_service; scoped_ptr<net::HttpTransactionFactory> system_http_transaction_factory; - scoped_ptr<net::FtpTransactionFactory> system_ftp_transaction_factory; scoped_ptr<net::URLRequestContext> system_request_context; SystemRequestContextLeakChecker system_request_context_leak_checker; // |system_cookie_store| and |system_server_bound_cert_service| are shared |