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

Unified Diff: chrome/browser/resources/about_sys/about_sys.html

Issue 588363002: WebUI: Update some more uses of the old-style i18ntemplate/LocalStrings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: relative 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
Index: chrome/browser/resources/about_sys/about_sys.html
diff --git a/chrome/browser/resources/about_sys/about_sys.html b/chrome/browser/resources/about_sys/about_sys.html
index 16280fbad918d4c632e71f289f150d165e2f7cb7..7e840b0cdecf3fc4226edd7181a0719ecaa0dad3 100644
--- a/chrome/browser/resources/about_sys/about_sys.html
+++ b/chrome/browser/resources/about_sys/about_sys.html
@@ -6,7 +6,9 @@
<link rel="stylesheet" href="about_sys.css">
<script src="chrome://resources/js/util.js"></script>
- <script src="chrome://resources/js/local_strings.js"></script>
+ <script src="chrome://resources/js/i18n_template_no_process.js"></script>
+ <script src="chrome://resources/js/jstemplate_compiled.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
<script src="about_sys.js"></script>
</head>
<body>

Powered by Google App Engine
This is Rietveld 408576698