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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 3165041: Give GPU process a name in the task manager (Closed)
Patch Set: '' Created 10 years, 4 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/common/child_process_info.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3319 </message> 3319 </message>
3320 <message name="IDS_TASK_MANAGER_PROFILE_IMPORT_PREFIX" desc="The prefix fo r a profile import process row"> 3320 <message name="IDS_TASK_MANAGER_PROFILE_IMPORT_PREFIX" desc="The prefix fo r a profile import process row">
3321 Profile Import: 3321 Profile Import:
3322 </message> 3322 </message>
3323 <message name="IDS_TASK_MANAGER_NACL_PREFIX" desc="The prefix for a Task M anager Native Client module row"> 3323 <message name="IDS_TASK_MANAGER_NACL_PREFIX" desc="The prefix for a Task M anager Native Client module row">
3324 Native Client module: <ph name="NEXE_NAME">$1<ex>Unknown Native Client m odule</ex></ph> 3324 Native Client module: <ph name="NEXE_NAME">$1<ex>Unknown Native Client m odule</ex></ph>
3325 </message> 3325 </message>
3326 <message name="IDS_TASK_MANAGER_NACL_BROKER_PREFIX" desc="Task Manager row for Native Client broker, which acts as the sanbox manager for NaCl processes"> 3326 <message name="IDS_TASK_MANAGER_NACL_BROKER_PREFIX" desc="Task Manager row for Native Client broker, which acts as the sanbox manager for NaCl processes">
3327 <ph name="Native_Client">Native Client</ph> security manager 3327 <ph name="Native_Client">Native Client</ph> security manager
3328 </message> 3328 </message>
3329 <message name="IDS_TASK_MANAGER_GPU_PREFIX" desc="Task Manager row for the GPU process, which is the process doing all accelerated graphics rendering">
3330 GPU Process
3331 </message>
3329 <message name="IDS_TASK_MANAGER_NOTIFICATION_PREFIX" desc="The prefix for a Desktop Notification in the Task Manager"> 3332 <message name="IDS_TASK_MANAGER_NOTIFICATION_PREFIX" desc="The prefix for a Desktop Notification in the Task Manager">
3330 Notification: <ph name="NOTIFICATION_NAME">$1<ex>http://www.domain.com</ ex></ph> 3333 Notification: <ph name="NOTIFICATION_NAME">$1<ex>http://www.domain.com</ ex></ph>
3331 </message> 3334 </message>
3332 3335
3333 <!-- Extension Crashed Info Bar--> 3336 <!-- Extension Crashed Info Bar-->
3334 <message name="IDS_EXTENSION_CRASHED_INFOBAR_RESTART_BUTTON" desc="Title o f the reload button in the extension crashed infobar. After the button is clicke d, the extension will be reloaded."> 3337 <message name="IDS_EXTENSION_CRASHED_INFOBAR_RESTART_BUTTON" desc="Title o f the reload button in the extension crashed infobar. After the button is clicke d, the extension will be reloaded.">
3335 Reload 3338 Reload
3336 </message> 3339 </message>
3337 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar."> 3340 <message name="IDS_EXTENSION_CRASHED_INFOBAR_MESSAGE" desc="Message displa yed on the extension crashed infobar.">
3338 The following extension has crashed: <ph name="EXTENSION_NAME">$1<ex>Bui ldbot Monitor</ex></ph> 3341 The following extension has crashed: <ph name="EXTENSION_NAME">$1<ex>Bui ldbot Monitor</ex></ph>
(...skipping 5815 matching lines...) Expand 10 before | Expand all | Expand 10 after
9154 9157
9155 </messages> 9158 </messages>
9156 9159
9157 <structures fallback_to_english="true"> 9160 <structures fallback_to_english="true">
9158 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 9161 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
9159 </structure> 9162 </structure>
9160 </structures> 9163 </structures>
9161 9164
9162 </release> 9165 </release>
9163 </grit> 9166 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/common/child_process_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698