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

Unified Diff: content/common/process_type.cc

Issue 1862513003: Remove NPAPI from browser and utility (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « content/common/plugin_process_messages.h ('k') | content/common/sandbox_init_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/process_type.cc
diff --git a/content/common/process_type.cc b/content/common/process_type.cc
index 34019d453a6ba686014f044d94854104858dbb9e..ebce0e601419542325d1eb5dcd6fdb1edc62f82a 100644
--- a/content/common/process_type.cc
+++ b/content/common/process_type.cc
@@ -15,8 +15,6 @@ std::string GetProcessTypeNameInEnglish(int type) {
return "Browser";
case PROCESS_TYPE_RENDERER:
return "Tab";
- case PROCESS_TYPE_PLUGIN:
- return "Plugin";
case PROCESS_TYPE_UTILITY:
return "Utility";
case PROCESS_TYPE_ZYGOTE:
« no previous file with comments | « content/common/plugin_process_messages.h ('k') | content/common/sandbox_init_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698