Index: content/browser/loader/resource_handler.h |
diff --git a/content/browser/loader/resource_handler.h b/content/browser/loader/resource_handler.h |
index ee9b3b6fca8a671491924f86d84144dc83b28354..02ef6b87f1244c7ec59f012aefe9a1342ac8f588 100644 |
--- a/content/browser/loader/resource_handler.h |
+++ b/content/browser/loader/resource_handler.h |
@@ -92,7 +92,6 @@ class CONTENT_EXPORT ResourceHandler |
// |*defer| to true to defer destruction to a later time. Otherwise, the |
// request will be destroyed upon return. |
virtual void OnResponseCompleted(const net::URLRequestStatus& status, |
- const std::string& security_info, |
bool* defer) = 0; |
// This notification is synthesized by the RedirectToFileResourceHandler |