| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| diff --git a/chrome/browser/renderer_host/resource_dispatcher_host.h b/chrome/browser/renderer_host/resource_dispatcher_host.h
|
| index 931401ee3e4c9eb1e8b07a776bddd234caed014d..3d1421343142d873d835a3ab00f1f428f061ee74 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);
|
|
|
|
|