Chromium Code Reviews| 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. |