| Index: chrome/browser/resources/flags.html
|
| diff --git a/chrome/browser/resources/flags.html b/chrome/browser/resources/flags.html
|
| index 15ef329615a7da9e7281d41a99c403b436a213ea..925f5427c9d115e720778115c3999f7379af5c90 100644
|
| --- a/chrome/browser/resources/flags.html
|
| +++ b/chrome/browser/resources/flags.html
|
| @@ -3,10 +3,10 @@
|
| <head>
|
| <meta charset="utf-8">
|
| <link rel="stylesheet" href="flags.css">
|
| +<script src="chrome://resources/js/load_time_data.js"></script>
|
| <script src="chrome://resources/js/util.js"></script>
|
| <script src="chrome://flags/flags.js"></script>
|
| <script src="chrome://flags/strings.js"></script>
|
| -<script src="chrome://resources/js/i18n_template.js"></script>
|
| </head>
|
| <body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">
|
| <div id="body-container" style="visibility:hidden">
|
| @@ -108,7 +108,7 @@
|
| </div>
|
| </div>
|
| </div>
|
| -<script src="chrome://resources/js/i18n_process.js"></script>
|
| +<script src="chrome://resources/js/i18n_template2.js"></script>
|
| <script src="chrome://resources/js/jstemplate_compiled.js"></script>
|
| </body>
|
| </html>
|
|
|