summaryrefslogtreecommitdiffstats
path: root/chrome/browser/renderer_host/resource_dispatcher_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/renderer_host/resource_dispatcher_host.h')
-rw-r--r--chrome/browser/renderer_host/resource_dispatcher_host.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host.h b/chrome/browser/renderer_host/resource_dispatcher_host.h
index 931401e..3d14213 100644
--- a/chrome/browser/renderer_host/resource_dispatcher_host.h
+++ b/chrome/browser/renderer_host/resource_dispatcher_host.h
@@ -237,6 +237,10 @@ class ResourceDispatcherHost : public URLRequest::Delegate {
// messages sent.
void OnDataReceivedACK(int process_id, int request_id);
+ // Called when the renderer process confirms the reception of a download
+ // progress message.
+ void OnDownloadProgressACK(int process_id, int request_id);
+
// Resets the waiting_for_upload_progress_ack flag.
void OnUploadProgressACK(int process_id, int request_id);