Index: content/child/ftp_directory_listing_response_delegate.cc |
diff --git a/content/child/ftp_directory_listing_response_delegate.cc b/content/child/ftp_directory_listing_response_delegate.cc |
index ba0f07476702f6bf3160b8bbf0b07b2549931f81..faf2123ec2a0bdbf915e6338a42b8c866a20befa 100644 |
--- a/content/child/ftp_directory_listing_response_delegate.cc |
+++ b/content/child/ftp_directory_listing_response_delegate.cc |
@@ -131,8 +131,7 @@ void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) { |
void FtpDirectoryListingResponseDelegate::SendDataToClient( |
const std::string& data) { |
if (client_) { |
- client_->didReceiveData(loader_, data.data(), data.length(), -1, |
- data.length()); |
+ client_->didReceiveData(loader_, data.data(), data.length(), -1); |
} |
} |