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

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

Issue 27168: IPC messages and changes to ResourceLoaderBridge to support resource loading for media (Closed)
Patch Set: add mac/linux build and fixed unit test failures Created 11 years, 9 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
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host.h b/chrome/browser/renderer_host/resource_dispatcher_host.h
index 931401ee3e4c9eb1e8b07a776bddd234caed014d..3d1421343142d873d835a3ab00f1f428f061ee74 100644
--- a/chrome/browser/renderer_host/resource_dispatcher_host.h
+++ b/chrome/browser/renderer_host/resource_dispatcher_host.h
@@ -237,6 +237,10 @@ class ResourceDispatcherHost : public URLRequest::Delegate {
// messages sent.
void OnDataReceivedACK(int process_id, int request_id);
+ // Called when the renderer process confirms the reception of a download
+ // progress message.
+ void OnDownloadProgressACK(int process_id, int request_id);
+
// Resets the waiting_for_upload_progress_ack flag.
void OnUploadProgressACK(int process_id, int request_id);
« no previous file with comments | « chrome/browser/renderer_host/media_resource_handler.cc ('k') | chrome/browser/renderer_host/resource_dispatcher_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698