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

Unified Diff: chrome/browser/resources/set_as_default_browser.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
Index: chrome/browser/resources/set_as_default_browser.html
diff --git a/chrome/browser/resources/set_as_default_browser.html b/chrome/browser/resources/set_as_default_browser.html
index eb6ae78dde4e33a6d81ff286f682b5bd87628ee0..2f1b0830f1c12eae942654041af8754f36e82384 100644
--- a/chrome/browser/resources/set_as_default_browser.html
+++ b/chrome/browser/resources/set_as_default_browser.html
@@ -6,8 +6,8 @@
<head>
<meta charset="utf-8">
<title i18n-content="page-title"></title>
-<script src="chrome://resources/js/local_strings.js"></script>
<script src="chrome://resources/js/cr.js"></script>
+<script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://resources/js/cr/event_target.js"></script>
<script src="strings.js"></script>
@@ -37,6 +37,5 @@
</div>
</div>
</body>
-<script src="chrome://resources/js/i18n_template.js"></script>
-<script src="chrome://resources/js/i18n_process.js"></script>
+<script src="chrome://resources/js/i18n_template2.js"></script>
</html>
« no previous file with comments | « chrome/browser/resources/quota_internals/main.html ('k') | chrome/browser/resources/signin_internals/signin_index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698