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

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

Powered by Google App Engine
This is Rietveld 408576698