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

Unified Diff: chrome/browser/resources/plugins.html

Issue 10391044: retry 136193 - convert localStrings to loadTimeData for options page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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/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>
<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>
+<script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>
« no previous file with comments | « chrome/browser/resources/options2/startup_overlay.js ('k') | chrome/browser/resources/shared/js/chromeos/ui_account_tweaks.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698