| Index: chrome/browser/resources/quota_internals/main.html
|
| diff --git a/chrome/browser/resources/quota_internals/main.html b/chrome/browser/resources/quota_internals/main.html
|
| index a9215510746cf07e8254a91f67719934dd4e81a7..0efc415bdc11bd6caa733662f2fe966d7a977b5a 100644
|
| --- a/chrome/browser/resources/quota_internals/main.html
|
| +++ b/chrome/browser/resources/quota_internals/main.html
|
| @@ -12,7 +12,7 @@ found in the LICENSE file.
|
| <script src="chrome://resources/js/util.js"></script>
|
| <script src="chrome://resources/js/cr.js"></script>
|
| <script src="chrome://resources/js/cr/event_target.js"></script>
|
| -<script src="chrome://resources/js/i18n_template.js"></script>
|
| +<script src="chrome://resources/js/load_time_data.js"></script>
|
|
|
| <link rel="stylesheet" href="chrome://resources/css/tabs.css">
|
| <link rel="stylesheet" href="chrome://resources/css/tree.css">
|
| @@ -24,6 +24,7 @@ found in the LICENSE file.
|
|
|
| <script src="chrome://quota-internals/message_dispatcher.js"></script>
|
| <script src="chrome://quota-internals/event_handler.js"></script>
|
| +<script src="chrome://quota-internals/strings.js"></script>
|
|
|
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
|
|
| @@ -72,5 +73,6 @@ found in the LICENSE file.
|
| </tabpanels>
|
| </tabbox>
|
|
|
| +<script src="chrome://resources/js/i18n_template2.js"></script>
|
| </body>
|
| </html>
|
|
|