| Index: chrome/app/chromium_strings.grd
|
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
|
| index 42c391b1076d2720e0eb84b69822a7c702922741..49d143a4486002d8985649c42786fb4b8c01bcb7 100644
|
| --- a/chrome/app/chromium_strings.grd
|
| +++ b/chrome/app/chromium_strings.grd
|
| @@ -641,6 +641,22 @@ Chromium is unable to recover your settings.
|
| Chromium 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 Chromium 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 Chromium, 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 Chromium." translateable="false">
|
| +Summary of memory used by Chromium. Since Chromium uses multiple processes, memory reflects aggregate memory used across all browser processes.
|
| +
|
| +For Chromium, 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 Chromium">
|
|
|