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

Unified Diff: chrome/browser/resources/chromeos/image_burner.html

Issue 586953002: get rid of almost all old fashioned i18nTemplates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: window dot Created 6 years, 3 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/chromeos/image_burner.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/image_burner.html
diff --git a/chrome/browser/resources/chromeos/image_burner.html b/chrome/browser/resources/chromeos/image_burner.html
index 03f5d5c3e34f9bc4a8b801f12b990aaef9925d16..4680ad7c825b2d25979eafbdf21c5a934004b53f 100644
--- a/chrome/browser/resources/chromeos/image_burner.html
+++ b/chrome/browser/resources/chromeos/image_burner.html
@@ -5,7 +5,7 @@
<title i18n-content="title"></title>
<link rel="stylesheet" href="image_burner.css">
<script src="chrome://resources/js/util.js"></script>
-<script src="chrome://resources/js/local_strings.js"></script>
+<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://imageburner/strings.js"></script>
<script src="chrome://imageburner/image_burner.js"></script>
</head>
@@ -13,7 +13,7 @@
<header id="burn-header">
<h1 i18n-content="headerTitle"></h1>
<p i18n-content="headerDescription"></p>
- <a id="more-info-link" jsvalues="href:moreInfoLink" target="_blank"
+ <a id="more-info-link" i18n-values="href:moreInfoLink" target="_blank"
i18n-content="headerLink"></a>
</header>
<div id="main-content">
@@ -40,8 +40,6 @@
</div>
<div id="burn-footer"></div>
</div>
- <script src="chrome://resources/js/i18n_template.js"></script>
- <script src="chrome://resources/js/i18n_process.js"></script>
- <script src="chrome://resources/js/jstemplate_compiled.js"></script>
+ <script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/image_burner.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698