| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index d2ccbecf64e39534def66962586ab927743f8c3c..480c2b0937a7ec7265dfcbd098f619f1e90cfbfd 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -150,11 +150,16 @@ class ProfileImplIOData : public ProfileIOData {
|
| mutable scoped_ptr<net::HttpTransactionFactory> main_http_factory_;
|
| mutable scoped_ptr<net::HttpTransactionFactory> media_http_factory_;
|
| mutable scoped_ptr<net::FtpTransactionFactory> ftp_factory_;
|
| + mutable scoped_ptr<net::FtpAuthCache> ftp_auth_cache_;
|
|
|
| mutable scoped_ptr<chrome_browser_net::Predictor> predictor_;
|
|
|
| mutable scoped_ptr<ChromeURLRequestContext> media_request_context_;
|
|
|
| + mutable scoped_ptr<net::URLRequestJobFactory> main_factory_;
|
| + mutable scoped_ptr<net::URLRequestJobFactory> media_request_factory_;
|
| + mutable scoped_ptr<net::URLRequestJobFactory> extensions_factory_;
|
| +
|
| // Parameters needed for isolated apps.
|
| FilePath app_path_;
|
|
|
|
|