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

Unified Diff: chrome/common/child_process_info.cc

Issue 177024: Linux: about:memory (Closed)
Patch Set: ... Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/child_process_info.h ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/child_process_info.cc
diff --git a/chrome/common/child_process_info.cc b/chrome/common/child_process_info.cc
index 819b7fc3fe4d7f89ca6887670d311fd87d466160..8d88962183426605a8ea67d853d1c2e78a23bc20 100644
--- a/chrome/common/child_process_info.cc
+++ b/chrome/common/child_process_info.cc
@@ -26,6 +26,10 @@ std::wstring ChildProcessInfo::GetTypeNameInEnglish(
return L"Web Worker";
case UTILITY_PROCESS:
return L"Utility";
+ case ZYGOTE_PROCESS:
+ return L"Zygote";
+ case SANDBOX_HELPER_PROCESS:
+ return L"Sandbox helper";
case UNKNOWN_PROCESS:
default:
DCHECK(false) << "Unknown child process type!";
« no previous file with comments | « chrome/common/child_process_info.h ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698