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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2059483003: Flipped process name prefix to 'Android' from 'ARC' in task manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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_management/providers/arc/arc_process_task.cc » ('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 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>
« no previous file with comments | « no previous file | chrome/browser/task_management/providers/arc/arc_process_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698