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

Unified Diff: content/public/common/process_type.h

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/public/common/content_switches.cc ('k') | content/public/common/webplugininfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/process_type.h
diff --git a/content/public/common/process_type.h b/content/public/common/process_type.h
index 69ee0c941e84bb70c3f6a5e62368366885908ff3..13218e0724d5e404a48a025bc6ad9852bfddc966 100644
--- a/content/public/common/process_type.h
+++ b/content/public/common/process_type.h
@@ -19,7 +19,7 @@ enum ProcessType {
PROCESS_TYPE_UNKNOWN = 1,
PROCESS_TYPE_BROWSER,
PROCESS_TYPE_RENDERER,
- PROCESS_TYPE_PLUGIN,
+ PROCESS_TYPE_PLUGIN_DEPRECATED,
PROCESS_TYPE_WORKER_DEPRECATED,
PROCESS_TYPE_UTILITY,
PROCESS_TYPE_ZYGOTE,
« no previous file with comments | « content/public/common/content_switches.cc ('k') | content/public/common/webplugininfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698