| 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 6f73767a34c2cbf884f23d5cc84965b41305152a..41bec3a0d3a7b9d522ce3dd372e2663e875a8c7d 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -141,6 +141,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| ChromeURLRequestContext* main_context,
|
| const std::string& app_id) const OVERRIDE;
|
|
|
| + void CreateFtpProtocolHandler(net::URLRequestJobFactory* job_factory,
|
| + net::FtpAuthCache* ftp_auth_cache) const;
|
| void AddConnectInterceptor(net::URLRequestJobFactory* job_factory) const;
|
|
|
| // Clears the networking history since |time|.
|
|
|