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

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 content unit tests. Created 8 years, 2 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/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 b408df066a64220ff0f8da5252b802a51840bd0e..011562f93eb13ae6cc821586430ea291046572cd 100644
--- a/content/browser/renderer_host/render_message_filter.cc
+++ b/content/browser/renderer_host/render_message_filter.cc
@@ -769,6 +769,9 @@ void RenderMessageFilter::OnDownloadUrl(const IPC::Message& message,
message.routing_id(),
false,
save_info,
+ "",
+ "",
+ content::DownloadId::Invalid(),
ResourceDispatcherHostImpl::DownloadStartedCallback());
}

Powered by Google App Engine
This is Rietveld 408576698