summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/download_resource_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/download_resource_handler.h')
-rw-r--r--chrome/browser/renderer_host/download_resource_handler.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/browser/renderer_host/download_resource_handler.h b/chrome/browser/renderer_host/download_resource_handler.h
index d9afa42..dfc047e 100644
--- a/chrome/browser/renderer_host/download_resource_handler.h
+++ b/chrome/browser/renderer_host/download_resource_handler.h
@@ -37,9 +37,7 @@ class DownloadResourceHandler : public ResourceHandler {
bool OnReadCompleted(int request_id, int* bytes_read);
- bool OnResponseCompleted(int request_id,
- const URLRequestStatus& status,
- const std::string& security_info);
+ bool OnResponseCompleted(int request_id, const URLRequestStatus& status);
// If the content-length header is not present (or contains something other
// than numbers), the incoming content_length is -1 (unknown size).