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

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

Issue 2513673005: Vulcanize Settings (Closed)
Patch Set: don't error on applied patch Created 4 years, 1 month 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 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">
« no previous file with comments | « chrome/browser/resources/settings/flatten_settings.py ('k') | chrome/browser/resources/settings/vulcanize.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698