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

Unified Diff: content/browser/renderer_host/render_message_filter.cc

Issue 10831302: Download resumption - Preliminary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed signed/unsigned compare issue. Created 8 years, 1 month 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/render_message_filter.cc
diff --git a/content/browser/renderer_host/render_message_filter.cc b/content/browser/renderer_host/render_message_filter.cc
index 9d6b5b91d8104730610c7c56a308f7de3b2372d6..26aa6fcb4d1e15e8c5e911ea40ad58179f1c4b2e 100644
--- a/content/browser/renderer_host/render_message_filter.cc
+++ b/content/browser/renderer_host/render_message_filter.cc
@@ -818,6 +818,9 @@ void RenderMessageFilter::OnDownloadUrl(const IPC::Message& message,
message.routing_id(),
false,
save_info.Pass(),
+ "",
+ "",
+ content::DownloadId::Invalid(),
ResourceDispatcherHostImpl::DownloadStartedCallback());
}

Powered by Google App Engine
This is Rietveld 408576698