| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 17048)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
|
| @@ -490,7 +490,6 @@
|
| IPC::Message* sync_result, // only valid for sync
|
| int route_id); // only valid for async
|
| void OnDataReceivedACK(int request_id);
|
| - void OnDownloadProgressACK(int request_id);
|
| void OnUploadProgressACK(int request_id);
|
| void OnCancelRequest(int request_id);
|
|
|
|
|