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

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

Issue 1224623013: Port downloads.ItemView to a Polymer component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@p-dl-rough-draft2
Patch Set: actually remove i18n changes 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
Index: chrome/browser/resources/md_downloads/downloads.html
diff --git a/chrome/browser/resources/md_downloads/downloads.html b/chrome/browser/resources/md_downloads/downloads.html
index aeb638d0b711ba7697a7f96068657014fd5a0bf5..39fc382cfa927dcb08287e960eab694fcde35d58 100644
--- a/chrome/browser/resources/md_downloads/downloads.html
+++ b/chrome/browser/resources/md_downloads/downloads.html
@@ -4,6 +4,7 @@
<meta charset="utf-8">
<title i18n-content="title"></title>
+ <script src="chrome://resources/js/polymer_config.js"></script>
<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html">
<link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
@@ -22,6 +23,8 @@
<script src="chrome://resources/js/cr/ui/command.js"></script>
<script src="chrome://downloads/constants.js"></script>
+ <link rel="import" href="chrome://downloads/item_view.html">
+
<script src="chrome://downloads/manager.js"></script>
<link rel="stylesheet" href="chrome://resources/css/roboto.css">

Powered by Google App Engine
This is Rietveld 408576698