 Chromium Code Reviews
 Chromium Code Reviews 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
    
  
    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| 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."> |