diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:25:38 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-26 22:25:38 +0000 |
commit | 7322c9f9887ba77228fffe8ac061ad820c1bf69b (patch) | |
tree | e6862b9e58b19464693a47ef54edf41ce4f51472 /chrome/app/generated_resources.grd | |
parent | 00d739981d9b7c7d8f48d204cdac0d05f16bd068 (diff) | |
download | chromium_src-7322c9f9887ba77228fffe8ac061ad820c1bf69b.zip chromium_src-7322c9f9887ba77228fffe8ac061ad820c1bf69b.tar.gz chromium_src-7322c9f9887ba77228fffe8ac061ad820c1bf69b.tar.bz2 |
gtk: Add the experimental purge memory button. Also add a GRD entry for the button.
BUG=none
TEST=The --purge-memory-button switch adds a purge memory button to the task manager.
Review URL: http://codereview.chromium.org/661200
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40170 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 081b78a..2a9b3be 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2823,6 +2823,9 @@ each locale. --> <message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manager kill button"> End process </message> + <message name="IDS_TASK_MANAGER_PURGE_MEMORY" desc="The caption of the Task Manager purge memory button"> + Purge memory + </message> <message name="IDS_TASK_MANAGER_ABOUT_MEMORY_LINK" desc="The caption of the Task Manager link to about:memory"> Stats for nerds </message> |