Index: content/browser/loader/navigation_resource_handler.cc |
diff --git a/content/browser/loader/navigation_resource_handler.cc b/content/browser/loader/navigation_resource_handler.cc |
index cdb5096eed70ea7f56ddfe0f377fc6621999ba2f..37a7f34ff95be12fe04bc81fc16cf1b16869f09d 100644 |
--- a/content/browser/loader/navigation_resource_handler.cc |
+++ b/content/browser/loader/navigation_resource_handler.cc |
@@ -146,7 +146,6 @@ bool NavigationResourceHandler::OnReadCompleted(int bytes_read, bool* defer) { |
void NavigationResourceHandler::OnResponseCompleted( |
const net::URLRequestStatus& status, |
- const std::string& security_info, |
bool* defer) { |
// If the request has already committed, close the stream and leave it as-is. |
// |