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 36d64808d2bce068b7ea028f0694f68b7cc9a355..1af3e2bfbebcc362fbb997f2ec957d173ec35770 100644 |
--- a/chrome/browser/resources/md_downloads/downloads.html |
+++ b/chrome/browser/resources/md_downloads/downloads.html |
@@ -35,6 +35,10 @@ |
<link rel="import" href="chrome://resources/html/polymer_config.html"> |
<link rel="import" href="chrome://downloads/i18n.html"> |
michaelpg
2015/11/09 20:25:47
perhaps rename now that the only file dealing spec
Dan Beam
2015/11/11 00:03:31
renamed to i18n_setup.html like we discussed
|
<link rel="import" href="chrome://downloads/manager.html"> |
+ <!-- i18n_template.html actually does i18n-* attribute substitutions. |
+ It should be imported last and only once. TODO(dbeam): figure out a good |
+ solution for each individual element to do this as well. --> |
+ <link rel="import" href="chrome://resources/html/i18n_template.html"> |
<script src="chrome://downloads/downloads.js"></script> |
</body> |
</html> |