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

Unified Diff: chrome/browser/plugins/plugin_installer.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: chrome/browser/plugins/plugin_installer.cc
diff --git a/chrome/browser/plugins/plugin_installer.cc b/chrome/browser/plugins/plugin_installer.cc
index 8c8ed41ba4c2e7c2e0af54542c31d19293e60757..9e500f4016122011965c5860a2021043e05b55da 100644
--- a/chrome/browser/plugins/plugin_installer.cc
+++ b/chrome/browser/plugins/plugin_installer.cc
@@ -54,6 +54,7 @@ void BeginDownload(
render_view_host_routing_id,
true, // prefer_cache
scoped_ptr<content::DownloadSaveInfo>(new content::DownloadSaveInfo()),
+ content::DownloadId::Invalid(),
callback);
if (error != net::OK) {

Powered by Google App Engine
This is Rietveld 408576698