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

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: Rebased and addressed comments. 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
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e96119bf7de03d80edf1978de984ea7042980368 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -565,6 +565,22 @@ 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="not pp_ifdef('android')">
+ <message translateable="false" name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browser summary table in the about memory page, which shows memory usage for Google Chrome and any other active browsers.">
+Summary of memory used by currently active browsers. For browsers which use multiple processes, memory reflects aggregate memory used across all browser processes.
+
+For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded.
+ </message>
+ </if>
+ <if expr="pp_ifdef('android')">
+ <message translateable="false" 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/26 04:01:19 nit: put translateable at the end of the attribute
Ted C 2012/07/26 19:01:04 Done.
+Summary of memory used by Google Chrome. Since Google Chrome uses multiple processes, memory reflects aggregate memory used across all browser processes.
+
+For Google Chrome, processes used to display diagnostics information (such as this "about:memory") are excluded.
+ </message>
+ </if>
+
<!-- About Chrome page -->
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_SUCCESSFUL" desc="Status label: Successfully upgraded Google Chrome">
« no previous file with comments | « chrome/app/chromium_strings.grd ('k') | chrome/browser/defaults.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698