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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 960753003: Add a name to the proxy resolver utility process and display it in the task manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-oop
Patch Set: Rebase Created 5 years, 9 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/net/utility_process_mojo_proxy_resolver_factory.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 63124e6c0f7813c2e5be7d9fa11be0ca3eeee5ed..e036d5f6d9ef2120f620bd04c04342b65dc04406 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3915,7 +3915,7 @@ Even if you have downloaded files from this website before, the website might ha
Web Worker: <ph name="WORKER_NAME">$1<ex>http://www.domain.com</ex></ph>
</message>
<message name="IDS_TASK_MANAGER_UTILITY_PREFIX" desc="The prefix for a utility process row">
- Utility:
James Hawkins 2015/03/17 15:24:14 What do other utility processes (besides V8 Proxy
Anand Mistry (off Chromium) 2015/03/19 03:51:55 They just display "Utility: " today. This changes
+ Utility: <ph name="UTILITY_TYPE">$1<ex>Utility</ex></ph>
James Hawkins 2015/03/17 15:24:14 Can you give a better example utility type?
Anand Mistry (off Chromium) 2015/03/19 03:51:55 Changed to "Image Decoder" as a realistic example
</message>
<message name="IDS_TASK_MANAGER_NACL_PREFIX" desc="The prefix for a Task Manager Native Client module row">
Native Client module: <ph name="NEXE_NAME">$1<ex>Unknown Native Client module</ex></ph>
@@ -3937,6 +3937,10 @@ Even if you have downloaded files from this website before, the website might ha
</message>
</if>
+ <message name="IDS_UTILITY_PROCESS_PROXY_RESOLVER_NAME" desc="The name of the utility process used for out-of-process V8 proxy resolution.">
+ V8 Proxy Resolver
+ </message>
+
<if expr="not is_android">
<!-- Performance Monitor page -->
<message name="IDS_PERFORMANCE_MONITOR_TITLE" desc="Title for the Performance tab.">
« no previous file with comments | « no previous file | chrome/browser/net/utility_process_mojo_proxy_resolver_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698