| Index: chrome/common/chrome_content_client.cc
|
| ===================================================================
|
| --- chrome/common/chrome_content_client.cc (revision 270662)
|
| +++ chrome/common/chrome_content_client.cc (working copy)
|
| @@ -522,6 +522,8 @@
|
| }
|
|
|
| std::string ChromeContentClient::GetProcessTypeNameInEnglish(int type) {
|
| + // If any of these names are changed or new ones added, update
|
| + // extract_action.py's AddBadMessageActions.
|
| switch (type) {
|
| case PROCESS_TYPE_NACL_LOADER:
|
| return "Native Client module";
|
|
|