Chromium Code Reviews| Index: chrome/browser/resources/plugins.html |
| diff --git a/chrome/browser/resources/plugins.html b/chrome/browser/resources/plugins.html |
| index 7de48cd3ae25426f12c802dd16a866dd0947dab4..50fe445df442a6cb495b826d6282335047ef8f38 100644 |
| --- a/chrome/browser/resources/plugins.html |
| +++ b/chrome/browser/resources/plugins.html |
| @@ -201,14 +201,15 @@ |
| </div> |
| </div> |
| <script src="chrome://resources/js/util.js"></script> |
| -<script src="chrome://plugins/plugins.js"></script> |
| -<script src="chrome://plugins/strings.js"></script> |
|
Dan Beam
2012/05/11 04:25:41
how in the hell did this work before? ah, no cr.de
|
| <script src="chrome://resources/js/cr.js"></script> |
| -<script src="chrome://resources/js/i18n_template.js"></script> |
| -<script src="chrome://resources/js/i18n_process.js"></script> |
| -<script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| +<script src="chrome://plugins/plugins.js"></script> |
| <if expr="pp_ifdef('chromeos')"> |
| <script src="chrome://resources/js/chromeos/ui_account_tweaks.js"></script> |
| </if> |
| + |
| +<script src="chrome://resources/js/load_time_data.js"></script> |
| +<script src="chrome://resources/js/jstemplate_compiled.js"></script> |
| +<script src="chrome://plugins/strings.js"></script> |
|
Dan Beam
2012/05/11 04:25:41
why strings first?
Evan Stade
2012/05/14 22:29:35
strings.js always has to be before i18n_template2.
Dan Beam
2012/05/14 22:34:02
oh, it calls process, OK
|
| +<script src="chrome://resources/js/i18n_template2.js"></script> |
| </body> |
| </html> |