| Index: chrome/browser/io_thread.h
|
| diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
|
| index ba1e0bae1e714f2b1f052c74ef429a93918e4020..2df39efdf36a1e59b079b2de4d040ffcc88217d6 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
|
|
|