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

Unified Diff: components/crash_strings.grdp

Issue 2330573002: Show crash report size in crashes UI for Android. (Closed)
Patch Set: Add a copy constructor Created 4 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 | « components/crash/core/browser/resources/crashes.js ('k') | components/upload_list/upload_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash_strings.grdp
diff --git a/components/crash_strings.grdp b/components/crash_strings.grdp
index 7c809f551251b9f20f15c50ad2463bb100e960f3..c38d7752a26ade7381f5db6a457267ebb1988c5c 100644
--- a/components/crash_strings.grdp
+++ b/components/crash_strings.grdp
@@ -40,4 +40,7 @@
<message name="IDS_CRASH_UPLOAD_NOW_LINK_TEXT" desc="Link text for manual uploads of a crash report">
Send now
</message>
+ <message name="IDS_CRASH_SIZE_MESSAGE" desc="Format for displaying file size information for not uploaded crash reports.">
+ The size on the local storage is <ph name="CRASH_SIZE">$1<ex>10 kB</ex></ph>.
+ </message>
</grit-part>
« no previous file with comments | « components/crash/core/browser/resources/crashes.js ('k') | components/upload_list/upload_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698