Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 5f638f60cb05027ebb21613f51a0843385097426..7d51f81caa10c481010cee1a9f18218afd6b09cf 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -3351,6 +3351,12 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| <message name="IDS_TASK_MANAGER_CPU_COLUMN" desc="The text of the CPU usage column"> |
| CPU |
| </message> |
| + <message name="IDS_TASK_MANAGER_START_TIME_COLUMN" desc="The text of the process start time column"> |
| + Start Time |
| + </message> |
| + <message name="IDS_TASK_MANAGER_CPU_TIME_COLUMN" desc="The text of the CPU time usage column"> |
|
brucedawson
2016/12/19 21:51:05
When is this text displayed? I can't figure out ho
chengx
2016/12/20 00:51:12
Done.
|
| + CPU Time |
| + </message> |
| <message name="IDS_TASK_MANAGER_PHYSICAL_MEM_COLUMN" desc="Task manager process memory column. This is the similar to the process 'working set' reported by the Windows Task Manager"> |
| Memory |
| </message> |
| @@ -3419,6 +3425,12 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| <message name="IDS_TASK_MANAGER_CPU_COLUMN" desc="The text of the CPU usage column"> |
| CPU |
| </message> |
| + <message name="IDS_TASK_MANAGER_START_TIME_COLUMN" desc="The text of the process start time column"> |
| + Start Time |
| + </message> |
| + <message name="IDS_TASK_MANAGER_CPU_TIME_COLUMN" desc="The text of the CPU time usage column"> |
| + CPU Time |
| + </message> |
| <message name="IDS_TASK_MANAGER_PHYSICAL_MEM_COLUMN" desc="Task manager process memory column. This is the similar to the process 'working set' reported by the Windows Task Manager"> |
| Memory |
| </message> |