| Index: chrome/browser/renderer_host/resource_dispatcher_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/resource_dispatcher_host.h (revision 26719)
|
| +++ chrome/browser/renderer_host/resource_dispatcher_host.h (working copy)
|
| @@ -381,7 +381,7 @@
|
| void UpdateLoadStates();
|
|
|
| // Checks the upload state and sends an update if one is necessary.
|
| - void MaybeUpdateUploadProgress(ResourceDispatcherHostRequestInfo *info,
|
| + bool MaybeUpdateUploadProgress(ResourceDispatcherHostRequestInfo *info,
|
| URLRequest *request);
|
|
|
| // Resumes or cancels (if |cancel_requests| is true) any blocked requests.
|
|
|