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

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

Issue 1870853003: Vulcanize settings (hacky and dirty, don't use) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git squash commit. Created 4 years, 6 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
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>

Powered by Google App Engine
This is Rietveld 408576698