summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/child_process_info.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/common/child_process_info.cc b/chrome/common/child_process_info.cc
index eb69db3..dffa7e3 100644
--- a/chrome/common/child_process_info.cc
+++ b/chrome/common/child_process_info.cc
@@ -59,6 +59,8 @@ std::wstring ChildProcessInfo::GetTypeNameInEnglish(
return L"Native Client module";
case NACL_BROKER_PROCESS:
return L"Native Client broker";
+ case GPU_PROCESS:
+ return L"GPU";
case UNKNOWN_PROCESS:
default:
DCHECK(false) << "Unknown child process type!";