Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: chrome/browser/renderer_host/resource_dispatcher_host.h

Issue 211050: Implemented upload progress indicator in status bar. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/renderer_host/render_view_host_delegate.h ('k') | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698