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

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

Issue 1375333004: MD Downloads: use <iron-list> to render download items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iron-list2
Patch Set: merge Created 5 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/resources/md_downloads/item.html
diff --git a/chrome/browser/resources/md_downloads/item.html b/chrome/browser/resources/md_downloads/item.html
index 1d6dfa31451064935329834031805f86933ac648..c4117389eece0a93a42b5fa6fd3ac5f2abff6763 100644
--- a/chrome/browser/resources/md_downloads/item.html
+++ b/chrome/browser/resources/md_downloads/item.html
@@ -7,7 +7,6 @@
<link rel="import" href="chrome://resources/polymer/v1_0/paper-progress/paper-progress.html">
<link rel="import" href="chrome://downloads/action_service.html">
<link rel="import" href="chrome://downloads/constants.html">
-<link rel="import" href="chrome://downloads/throttled_icon_loader.html">
esprehn 2015/10/03 05:11:54 Does anything use this now?
Dan Beam 2015/10/04 08:27:08 the pre-Polymer page. I didn't want to move the fi
<dom-module id="downloads-item">
<template>

Powered by Google App Engine
This is Rietveld 408576698