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

Unified Diff: chrome/app/google_chrome_strings.grd

Issue 10796054: Adapt the linux about_memory page to better render on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using grd summary descriptions. Created 8 years, 5 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/app/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 3b8f7ab29ab13f4f982319d0facb60fea69bab43..d90be4ce5449f9c5d00b210fd3034d2f9789b220 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -565,6 +565,13 @@ Google Chrome is unable to recover your settings.
Google Chrome is no longer updating because your operating system is obsolete.
</message>
+ <!-- about:memory -->
+ <if expr="pp_ifdef('android')">
+ <message name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browser summary table in the about memory page, which shows memory usage for Google Chrome.">
Evan Stade 2012/07/24 21:37:04 for now, you can put translateable="false"
Ted C 2012/07/24 23:54:47 Done.
+ Summary of memory used by Google Chrome. Since Google Chrome uses multiple processes, memory reflects aggregate memory used across all browser processes.<ph name="BEGIN_PARAGRAPH">&lt;p&gt;</ph>For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded.<ph name="END_PARAGRAPH">&lt;/p&gt;</ph>
Evan Stade 2012/07/24 21:37:04 instead of cooking html into the grd, I think it's
Ted C 2012/07/24 23:54:47 Done.
+ </message>
+ </if>
+
<!-- About Chrome page -->
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome">

Powered by Google App Engine
This is Rietveld 408576698