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

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: Fix try bot problems. Created 8 years 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..6521fb5511d749089c7b81f78bab6e2ac252ad6c 100644
--- a/chrome/browser/plugins/plugin_installer.cc
+++ b/chrome/browser/plugins/plugin_installer.cc
@@ -54,6 +54,9 @@ 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