| 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 d13d7802cb68eacfc248dd55fa036a01c1056cda..fc606a12c926d697298c52239bbac1935843197a 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -156,6 +156,10 @@ class ProfileImplIOData : public ProfileIOData {
|
| virtual chrome_browser_net::LoadTimeStats* GetLoadTimeStats(
|
| IOThread::Globals* io_thread_globals) const OVERRIDE;
|
|
|
| + void SetupJobFactory(net::URLRequestJobFactory* job_factory,
|
| + net::NetworkDelegate* network_delegate,
|
| + net::FtpAuthCache* ftp_auth_cache) const;
|
| +
|
| void CreateFtpProtocolHandler(net::URLRequestJobFactory* job_factory,
|
| net::FtpAuthCache* ftp_auth_cache) const;
|
|
|
|
|