Index: chrome/common/resource_dispatcher.h |
=================================================================== |
--- chrome/common/resource_dispatcher.h (revision 17048) |
+++ chrome/common/resource_dispatcher.h (working copy) |
@@ -92,8 +92,6 @@ |
int request_id, |
int64 position, |
int64 size); |
- void OnDownloadProgress(const IPC::Message& message, |
- int request_id, int64 position, int64 size); |
void OnReceivedResponse(int request_id, const ResourceResponseHead&); |
void OnReceivedRedirect(int request_id, const GURL& new_url); |
void OnReceivedData(const IPC::Message& message, |