Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index fb83920c44ec7efcee23449e718a51a40f0b1446..724da3efa94bc50e078659245d70ea1f0ee92ad0 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -3473,8 +3473,17 @@ Even if you have downloaded files from this website before, the website might ha |
<message name="IDS_TASK_MANAGER_SUBFRAME_INCOGNITO_PREFIX" desc="The prefix for an Incognito out-of-process-iframe process row in the Task Manager (these processes are created when site isolation is enabled, in incognito mode)"> |
Incognito Subframe: <ph name="SUBFRAME_SITE">$1<ex>https://youtube.com/</ex></ph> |
</message> |
- <message name="IDS_TASK_MANAGER_ARC_PREFIX" desc="The prefix for an ARC process row"> |
- ARC: <ph name="ARC_PROCESS_NAME">$1<ex>com.android.systemui</ex></ph> |
+ <message name="IDS_TASK_MANAGER_ARC_PREFIX" desc="The prefix for an ARC general process row"> |
+ App: <ph name="ARC_PROCESS_NAME">$1<ex>com.android.systemui</ex></ph> |
+ </message> |
+ <message name="IDS_TASK_MANAGER_ARC_PREFIX_BACKGROUND_SERVICE" desc="The prefix for an ARC service process row"> |
+ Service: <ph name="ARC_PROCESS_NAME">$1<ex>com.android.systemui</ex></ph> |
+ </message> |
+ <message name="IDS_TASK_MANAGER_ARC_PREFIX_RECEIVER" desc="The prefix for an ARC receiver process row"> |
+ Receiver: <ph name="ARC_PROCESS_NAME">$1<ex>com.android.systemui</ex></ph> |
+ </message> |
+ <message name="IDS_TASK_MANAGER_ARC_SYSTEM" desc="The prefix for an ARC system processes row"> |
+ System: <ph name="ARC_PROCESS_NAME">$1<ex>com.android.systemui</ex></ph> |
</message> |
</if> |