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

Unified Diff: ui/webui/resources/js/i18n_template_polymer.js

Issue 1219123003: Remove i18n_template_polymer.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/js/i18n_template_polymer.js
diff --git a/ui/webui/resources/js/i18n_template_polymer.js b/ui/webui/resources/js/i18n_template_polymer.js
deleted file mode 100644
index 242f671594379c35fa8b638031e98e9abbcba2ed..0000000000000000000000000000000000000000
--- a/ui/webui/resources/js/i18n_template_polymer.js
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2015 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-<include src="i18n_template_no_process.js">
-
-// Only start processing translations after polymer-ready has fired. This
-// ensures that Elements in the shadow DOM are also translated. Note that this
-// file should only be included in projects using Polymer. Otherwise, the
-// "polymer-ready" event will never fire, and the page will not be translated.
-window.addEventListener('polymer-ready', function() {
- i18nTemplate.process(document, loadTimeData);
-});
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | ui/webui/resources/webui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698