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

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

Issue 10916182: Refactor the about:version code out of about_ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.js » ('j') | chrome/browser/ui/webui/version_ui.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
===================================================================
--- chrome/browser/resources/about_version.html (revision 154954)
+++ chrome/browser/resources/about_version.html (working copy)
@@ -14,6 +14,8 @@
<if expr="pp_ifdef('android')">
<link rel="stylesheet" href="about_version_android.css">
</if>
+ <script src="chrome://resources/js/cr.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/parse_html_subset.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://version/version.js"></script>
@@ -74,9 +76,8 @@
</tr>
</table>
</div>
- <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>
Evan Stade 2012/09/10 09:46:59 this still necessary?
SteveT 2012/09/10 15:14:57 Nope, removed it.
+ <script src="chrome://resources/js/i18n_template2.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/about_version.js » ('j') | chrome/browser/ui/webui/version_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698