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

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

Issue 7523042: Add a status message "Waiting for extension Foo..." when there's a request (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 9 years, 5 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: 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.

Powered by Google App Engine
This is Rietveld 408576698