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); |
-}); |