| Index: chrome/browser/resources/settings/settings.html
|
| diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
|
| index d5edfd44dc4df50d24140f27f0b0f530d70cbf3f..1864d215a4bbbf27ea1fa1b37bdd8add1733026a 100644
|
| --- a/chrome/browser/resources/settings/settings.html
|
| +++ b/chrome/browser/resources/settings/settings.html
|
| @@ -4,6 +4,13 @@
|
| <meta charset="utf-8">
|
| <title>$i18n{settings}</title>
|
| <link rel="import" href="chrome://resources/html/polymer.html">
|
| +<!-- <link rel="import" href="/i18n_setup.html">-->
|
| +
|
| +<if expr="use_vulcanize">
|
| + <script src="chrome://resources/js/i18n_template_no_process.js"></script>
|
| +</if>
|
| +
|
| +<!-- <link rel="import" href="/direction_delegate.html">-->
|
| <link rel="import" href="/settings_ui/settings_ui.html">
|
| <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
|
| <link rel="import" href="chrome://resources/html/i18n_template.html">
|
|
|