| 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 04b66b2ddf8e87c19b06239c63227fc95d6f8af2..0f79bd0f67e7663713f1d3911a7d087a2a6e53d7 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -172,13 +172,6 @@ class ProfileImplIOData : public ProfileIOData {
|
| virtual chrome_browser_net::LoadTimeStats* GetLoadTimeStats(
|
| IOThread::Globals* io_thread_globals) const OVERRIDE;
|
|
|
| - void SetUpJobFactory(net::URLRequestJobFactoryImpl* job_factory,
|
| - scoped_ptr<net::URLRequestJobFactory::Interceptor>
|
| - protocol_handler_interceptor,
|
| - net::NetworkDelegate* network_delegate,
|
| - net::FtpTransactionFactory* ftp_transaction_factory,
|
| - net::FtpAuthCache* ftp_auth_cache) const;
|
| -
|
| // Deletes all network related data since |time|. It deletes transport
|
| // security state since |time| and also deletes HttpServerProperties data.
|
| // Works asynchronously, however if the |completion| callback is non-null,
|
|
|