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

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: Resolve nits 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 208bdd2e9384d9e08257328ec0acc1658c7f28af..e573fbc8f558a825e130b1c517c2c553e66a3ec5 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 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." translateable="false">
+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 name="IDS_MEMORY_USAGE_SUMMARY_DESC" desc="Describes the browser summary table in the about memory page, which shows memory usage for Google Chrome." translateable="false">
+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">

Powered by Google App Engine
This is Rietveld 408576698