| Index: content/browser/renderer_host/resource_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.h b/content/browser/renderer_host/resource_dispatcher_host.h
|
| index 27a52ac6dee8a1d48ce9496fc278cc0eea4eea25..e97fc5730146a400af8f6e8d9755bc7bc7908514 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.h
|
| @@ -378,7 +378,7 @@ class ResourceDispatcherHost : public net::URLRequest::Delegate {
|
| void UpdateLoadStates();
|
|
|
| // Checks the upload state and sends an update if one is necessary.
|
| - bool MaybeUpdateUploadProgress(ResourceDispatcherHostRequestInfo *info,
|
| + void MaybeUpdateUploadProgress(ResourceDispatcherHostRequestInfo *info,
|
| net::URLRequest *request);
|
|
|
| // Resumes or cancels (if |cancel_requests| is true) any blocked requests.
|
|
|