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

Unified Diff: chrome/app/generated_resources.grd

Issue 2653563003: Add a "Keepalive count" column to Task Manager. (Closed)
Patch Set: Add missing definition for use_titlecase builds Created 3 years, 11 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/task_manager/providers/task.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ea88d61f615ada6a6517e3d269121eec9ca00d58..4bc87b92c29da1348d935168d6a80ea2b9381452 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3394,6 +3394,9 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message name="IDS_TASK_MANAGER_MEMORY_STATE_COLUMN" desc="Task manager memory state column. Shows the memory coordinator's state of a process">
Memory state
</message>
+ <message name="IDS_TASK_MANAGER_KEEPALIVE_COUNT_COLUMN" desc="Task manager keepalive count column. Shows the keepalive count of background pages">
+ Keepalive count
+ </message>
</if>
<if expr="use_titlecase">
<message name="IDS_TASK_MANAGER_KILL" desc="The caption of the Task Manager kill button">
@@ -3471,6 +3474,9 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
<message name="IDS_TASK_MANAGER_MEMORY_STATE_COLUMN" desc="Task manager memory state column. Shows the memory coordinator's state of a process">
Memory State
</message>
+ <message name="IDS_TASK_MANAGER_KEEPALIVE_COUNT_COLUMN" desc="Task manager keepalive count column. Shows the keepalive count of background pages">
ncarter (slow) 2017/01/31 19:56:45 These should go into a little more depth since the
Wez 2017/02/01 03:03:26 Thanks - good catch. Have updated the wording for
+ Keepalive Count
+ </message>
</if>
<message name="IDS_TASK_MANAGER_MEM_CELL_TEXT" desc="The value displayed in the memory usage cells.">
<ph name="NUM_KILOBYTES">$1<ex>5,000</ex></ph>K
« no previous file with comments | « no previous file | chrome/browser/task_manager/providers/task.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698