| Index: chrome/browser/resources/settings/settings.html
|
| diff --git a/chrome/browser/resources/settings/settings.html b/chrome/browser/resources/settings/settings.html
|
| index 5e1dc30af1f095f0919dfcaaaf395d467312c3f8..218b773d1be667fd52822b48106479ae5f8ccb26 100644
|
| --- a/chrome/browser/resources/settings/settings.html
|
| +++ b/chrome/browser/resources/settings/settings.html
|
| @@ -5,6 +5,12 @@
|
| <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="chrome://resources/html/i18n_template.html">
|
| <link rel="import" href="/direction_delegate.html">
|
| <link rel="import" href="/settings_ui/settings_ui.html">
|
| <link rel="import" href="/prefs/prefs.html">
|
| @@ -23,10 +29,9 @@
|
| <settings-prefs id="prefs" prefs="{{prefs_}}"></settings-prefs>
|
| <settings-ui id="ui" prefs="{{prefs_}}"></settings-ui>
|
| </template>
|
| - <script src="/settings.js"></script>
|
| </dom-module>
|
|
|
| <cr-settings></cr-settings>
|
| - <link rel="import" href="chrome://resources/html/i18n_template.html">
|
| + <script src="/settings.js"></script>
|
| </body>
|
| </html>
|
|
|