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 526ad29fb1e12bdfea2d4fbbac0e3903f8c0d3c9..7d3377a2148bd0e61548653e84060187b80d1823 100644 |
--- a/content/child/ftp_directory_listing_response_delegate.cc |
+++ b/content/child/ftp_directory_listing_response_delegate.cc |
@@ -131,7 +131,7 @@ void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) { |
void FtpDirectoryListingResponseDelegate::SendDataToClient( |
const std::string& data) { |
if (client_) { |
- client_->didReceiveData(data.data(), data.length(), -1); |
+ client_->didReceiveData(data.data(), data.length()); |
} |
} |