Index: content/browser/download/download_resource_handler.cc |
diff --git a/content/browser/download/download_resource_handler.cc b/content/browser/download/download_resource_handler.cc |
index c2d73939a4031eca04d581dbdd06c93c4eafbcc4..1ebc62d65e7a4f39809bfcd7f0f61a4e0fefa52e 100644 |
--- a/content/browser/download/download_resource_handler.cc |
+++ b/content/browser/download/download_resource_handler.cc |
@@ -173,7 +173,6 @@ bool DownloadResourceHandler::OnReadCompleted(int bytes_read, bool* defer) { |
void DownloadResourceHandler::OnResponseCompleted( |
const net::URLRequestStatus& status, |
- const std::string& security_info, |
bool* defer) { |
core_.OnResponseCompleted(status); |
} |