| Index: chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| diff --git a/chrome/browser/profiles/off_the_record_profile_io_data.cc b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| index 471bac33c589762f02ef08c35923556d993717b7..5f8c4d0c4cd7211c13095cb7d5aae21270bc8a1e 100644
|
| --- a/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| +++ b/chrome/browser/profiles/off_the_record_profile_io_data.cc
|
| @@ -316,8 +316,7 @@ void OffTheRecordProfileIOData::CreateFtpProtocolHandler(
|
| net::FtpAuthCache* ftp_auth_cache) const {
|
| job_factory->SetProtocolHandler(
|
| chrome::kFtpScheme,
|
| - new net::FtpProtocolHandler(
|
| - network_delegate(), ftp_factory_.get(), ftp_auth_cache));
|
| + new net::FtpProtocolHandler(ftp_factory_.get(), ftp_auth_cache));
|
| }
|
|
|
| chrome_browser_net::CacheStats* OffTheRecordProfileIOData::GetCacheStats(
|
|
|