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

Unified Diff: chrome/browser/resources/policy.js

Issue 11746012: [webui] whittle down a few more uses of old-style templateData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 12 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/policy.js
diff --git a/chrome/browser/resources/policy.js b/chrome/browser/resources/policy.js
index 21eba103608a1d32fb83c6150821aceaca95b25a..064a6c5fc774f39a5d6f218ad742fdb4aac46cc4 100644
--- a/chrome/browser/resources/policy.js
+++ b/chrome/browser/resources/policy.js
@@ -248,7 +248,6 @@ cr.define('policies', function() {
* status data.
*/
Policy.initialize = function() {
- i18nTemplate.process(document, templateData);
Dan Beam 2013/01/03 04:55:23 why was this here?
Evan Stade 2013/01/03 05:31:23 i believe it was here because i18n_process was at
Policy.requestData();
// Set HTML event handlers.

Powered by Google App Engine
This is Rietveld 408576698