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

Unified Diff: chrome/browser/resources/md_downloads/item_view.html

Issue 1230063004: Add progress bars to MD downloads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dl-rough-draft2
Patch Set: Created 5 years, 5 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 | « no previous file | chrome/browser/resources/md_downloads/item_view.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_downloads/item_view.html
diff --git a/chrome/browser/resources/md_downloads/item_view.html b/chrome/browser/resources/md_downloads/item_view.html
index 279b9babeb8f06fffa89ba0cb4f590b5c3d02b79..4432ae45c6903ceb42ea8c3406fb97ffc03726bd 100644
--- a/chrome/browser/resources/md_downloads/item_view.html
+++ b/chrome/browser/resources/md_downloads/item_view.html
@@ -6,7 +6,6 @@
</div>
<div id="safe" hidden$="{{isDangerous}}">
- <div id="progress"></div>
<img id="safe-icon" alt="">
<div id="title-area">
<a is="action-link" id="file-link" column-type="name"></a>
@@ -32,6 +31,7 @@
<span id="controlled-by"
i18n-values=".innerHTML:control_by_extension"></span>
</div>
+ <paper-progress id="progress"></paper-progress>
</div>
<div id="dangerous" hidden$="{{!isDangerous}}">
@@ -52,6 +52,7 @@
<link rel="import" href="chrome://resources/html/cr.html">
<link rel="import" href="chrome://resources/html/load_time_data.html">
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
+ <link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-progress.html">
<link rel="import" href="chrome://downloads/constants.html">
<link rel="import" href="chrome://downloads/throttled_icon_loader.html">
<script src="chrome://downloads/item_view.js"></script>
« no previous file with comments | « no previous file | chrome/browser/resources/md_downloads/item_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698