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

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

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include Created 7 years, 12 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 | « chrome/browser/resources/about_nacl.html ('k') | chrome/browser/resources/certificate_viewer.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/certificate_viewer.html
diff --git a/chrome/browser/resources/certificate_viewer.html b/chrome/browser/resources/certificate_viewer.html
index 49fa32c02b867704f3c170b75e2970506fc35674..3451f18637d8832786ee1f5561019ea7a9c15730 100644
--- a/chrome/browser/resources/certificate_viewer.html
+++ b/chrome/browser/resources/certificate_viewer.html
@@ -7,6 +7,7 @@
<link rel="stylesheet" href="chrome://resources/css/tabs.css">
<link rel="stylesheet" href="chrome://resources/css/tree.css">
<link rel="stylesheet" href="certificate_viewer.css">
+ <script src="chrome://resources/js/load_time_data.js"></script>
<script src="strings.js"></script>
<script src="chrome://resources/css/tree.css.js"></script>
<script src="chrome://resources/js/cr.js"></script>
@@ -14,7 +15,6 @@
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
<script src="chrome://resources/js/cr/ui/tabs.js"></script>
<script src="chrome://resources/js/cr/ui/tree.js"></script>
- <script src="chrome://resources/js/i18n_template.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="certificate_viewer.js"></script>
</head>
@@ -119,4 +119,5 @@
</tabpanels>
</tabbox>
</body>
+ <script src="chrome://resources/js/i18n_template2.js"></script>
</html>
« no previous file with comments | « chrome/browser/resources/about_nacl.html ('k') | chrome/browser/resources/certificate_viewer.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698