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

Unified Diff: chrome/browser/ui/webui/crashes_ui.cc

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 | « chrome/browser/resources/crashes.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/crashes_ui.cc
diff --git a/chrome/browser/ui/webui/crashes_ui.cc b/chrome/browser/ui/webui/crashes_ui.cc
index 1c3c6c5518ea6ca43e6745d4b09ccd5fd3b06a70..f8c576093c55b7f4844bdd40d7b3e3dafeb879b3 100644
--- a/chrome/browser/ui/webui/crashes_ui.cc
+++ b/chrome/browser/ui/webui/crashes_ui.cc
@@ -44,6 +44,7 @@ namespace {
ChromeWebUIDataSource* CreateCrashesUIHTMLSource() {
ChromeWebUIDataSource* source =
new ChromeWebUIDataSource(chrome::kChromeUICrashesHost);
+ source->set_use_json_js_format_v2();
source->AddLocalizedString("crashesTitle", IDS_CRASHES_TITLE);
source->AddLocalizedString("crashCountFormat",
« no previous file with comments | « chrome/browser/resources/crashes.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698