| Index: content/common/process_type.cc
|
| diff --git a/content/common/process_type.cc b/content/common/process_type.cc
|
| index 34019d453a6ba686014f044d94854104858dbb9e..0099e5f2f24fdb8f4a833036bae5ca333c7b3beb 100644
|
| --- a/content/common/process_type.cc
|
| +++ b/content/common/process_type.cc
|
| @@ -29,6 +29,10 @@ std::string GetProcessTypeNameInEnglish(int type) {
|
| return "Pepper Plugin";
|
| case PROCESS_TYPE_PPAPI_BROKER:
|
| return "Pepper Plugin Broker";
|
| +#if defined(OS_ANDROID)
|
| + case PROCESS_TYPE_DOWNLOAD:
|
| + return "Download";
|
| +#endif // defined(OS_ANDROID)
|
| case PROCESS_TYPE_UNKNOWN:
|
| DCHECK(false) << "Unknown child process type!";
|
| return "Unknown";
|
|
|