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

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

Issue 10387120: use load_time_data for about:crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/resources/crashes.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/crashes.html
diff --git a/chrome/browser/resources/crashes.html b/chrome/browser/resources/crashes.html
index 4f8eeb7915a01226e1fc7ec161f8b8547fd303eb..981a90dd2c38efbcc71369299606bb8eda4e56c5 100644
--- a/chrome/browser/resources/crashes.html
+++ b/chrome/browser/resources/crashes.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title i18n-content="crashesTitle"></title>
<link rel="stylesheet" href="crashes.css">
- <script src="chrome://resources/js/local_strings.js"></script>
+ <script src="chrome://resources/js/load_time_data.js"></script>
<script src="chrome://resources/js/util.js"></script>
<script src="chrome://crashes/strings.js"></script>
<script src="chrome://crashes/crashes.js"></script>
@@ -20,8 +20,7 @@
<h2 i18n-content="disabledHeader"></h2>
<p i18n-values=".innerHTML:disabledMessage"></p>
</div>
- <script src="chrome://resources/js/i18n_template.js"></script>
- <script src="chrome://resources/js/i18n_process.js"></script>
+ <script src="chrome://resources/js/i18n_template2.js"></script>
<script src="chrome://resources/js/jstemplate_compiled.js"></script>
</body>
</html>
« no previous file with comments | « no previous file | chrome/browser/resources/crashes.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698