| Index: chrome/app/generated_resources.grd | 
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd | 
| index 63124e6c0f7813c2e5be7d9fa11be0ca3eeee5ed..cd7206567cc195e402341cae65789ffc8e61501d 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: | 
| +          Utility: <ph name="UTILITY_TYPE">$1<ex>Image Decoder</ex></ph> | 
| </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."> | 
|  |