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

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

Issue 11571025: Initial CL for Downloads resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed CanResumeDownload (unused) and updated comment in RDH::BeginDownload. Created 7 years, 12 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 f6493bb52c17e3da6ba947f8711f1519dd16d78a..aa0fe21a622491bba3d41bdb85bf939117336bd4 100644
--- a/content/browser/renderer_host/render_message_filter.cc
+++ b/content/browser/renderer_host/render_message_filter.cc
@@ -824,6 +824,7 @@ 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