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

Unified Diff: chrome/browser/resources/downloads/downloads.js

Issue 13467030: chrome://downloads Retry link use HTML5 a[download] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r192821 Created 7 years, 8 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
« no previous file with comments | « chrome/browser/resources/downloads/OWNERS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/downloads/downloads.js
diff --git a/chrome/browser/resources/downloads/downloads.js b/chrome/browser/resources/downloads/downloads.js
index b4f67d63a14d53dd80779e0facec73a56274bd9f..0e20195d0a7c9e4e463db6384eaa83d94d576842 100644
--- a/chrome/browser/resources/downloads/downloads.js
+++ b/chrome/browser/resources/downloads/downloads.js
@@ -306,6 +306,7 @@ function Download(download) {
}
this.controlRetry_ = document.createElement('a');
+ this.controlRetry_.download = '';
this.controlRetry_.textContent = loadTimeData.getString('control_retry');
this.nodeControls_.appendChild(this.controlRetry_);
« no previous file with comments | « chrome/browser/resources/downloads/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698