chrome://downloads Retry link use HTML5 a[download]

BUG=223907

Review URL: https://codereview.chromium.org/13467030

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192834 0039d316-1c4b-4281-b951-d872f2087c98
parent 6b829f87
asanka@chromium.org
benjhayden@chromium.org
......@@ -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_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment