| 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 49500a24f886fb4f6f3aa077ac1027d8dbd2734d..02381b932cb3938d955cdd00f472f19f9a005f5c 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.h
|
| @@ -364,7 +364,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.
|
|
|