| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 844986ae74bd0c5a08c9303d1af5276556dbe15d..1d78c346cbebbd561381ccba9f32d4b307753046 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -461,7 +461,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| scoped_ptr<ResourceHandler> handler);
|
|
|
| void OnDataDownloadedACK(int request_id);
|
| - void OnUploadProgressACK(int request_id);
|
| void OnCancelRequest(int request_id);
|
| void OnReleaseDownloadedFile(int request_id);
|
| void OnDidChangePriority(int request_id,
|
|
|