diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 18:09:52 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-15 18:09:52 +0000 |
commit | c43207ea2d894f09a4079d4d97ad8591e8267553 (patch) | |
tree | 727703d181dbcdb75c7102e0e34b0bbe93c7d883 /chrome/app | |
parent | a75965d3b1a1ed03ac54aac886d7b44726d7d164 (diff) | |
download | chromium_src-c43207ea2d894f09a4079d4d97ad8591e8267553.zip chromium_src-c43207ea2d894f09a4079d4d97ad8591e8267553.tar.gz chromium_src-c43207ea2d894f09a4079d4d97ad8591e8267553.tar.bz2 |
Implement new task manager mocks on windows.
Added API to differentiate between background resources and normal
foreground tabs, and added support for grouping processes containing background
resources in a separate section of task manager.
BUG=63140
TEST=bring up task manager on windows
Review URL: http://codereview.chromium.org/4987001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66132 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 10b50b7..3653cd6 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3483,6 +3483,12 @@ each locale. --> <message name="IDS_TASK_MANAGER_WEB_BROWSER_CELL_TEXT" desc="The text of the web browser process row"> Browser </message> + <message name="IDS_TASK_MANAGER_BACKGROUND_SEPARATOR" desc="The heading for the background pages grouping in the task manager"> + Background Apps and Extensions + </message> + <message name="IDS_TASK_MANAGER_FOREGROUND_SEPARATOR" desc="The heading for the foreground pages grouping in the task manager"> + Browser Tabs and Plugins + </message> <message name="IDS_TASK_MANAGER_EXTENSION_PREFIX" desc="The prefix for a Task Manager extension row (always visible if the extension has a view)"> Extension: <ph name="EXTENSION_NAME">$1<ex>Sample Extension</ex></ph> </message> |