Index: content/common/process_type.cc |
=================================================================== |
--- content/common/process_type.cc (revision 270662) |
+++ content/common/process_type.cc (working copy) |
@@ -10,6 +10,8 @@ |
namespace content { |
std::string GetProcessTypeNameInEnglish(int type) { |
+ // If any of these names are changed or new ones added, update |
Tom Sepez
2014/05/15 19:57:42
If we added GetProcessTypeNameForUMA here, it coul
|
+ // extract_action.py's AddBadMessageActions. |
switch (type) { |
case PROCESS_TYPE_BROWSER: |
return "Browser"; |