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

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

Issue 1409933012: MD Downloads: re-jigger the order of i18n processing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mac vulcanize Created 5 years, 1 month 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 | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/i18n.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « chrome/browser/resources/md_downloads/crisper.js ('k') | chrome/browser/resources/md_downloads/i18n.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698