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

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: more fixes 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
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..aa27e798cf720c15d9195e9d582114e17a7a1dcc 100644
--- a/content/public/common/process_type.h
+++ b/content/public/common/process_type.h
@@ -19,7 +19,6 @@ enum ProcessType {
PROCESS_TYPE_UNKNOWN = 1,
PROCESS_TYPE_BROWSER,
PROCESS_TYPE_RENDERER,
- PROCESS_TYPE_PLUGIN,
PROCESS_TYPE_WORKER_DEPRECATED,
Avi (use Gerrit) 2016/04/05 12:36:43 !!! Comment says to not remove these values; they'
piman 2016/04/05 15:16:37 Doh. I can either put it back (renaming it to PROC
Avi (use Gerrit) 2016/04/05 17:35:34 Follow the _DEPRECATED style done on the next line
piman 2016/04/05 19:59:29 Done.
PROCESS_TYPE_UTILITY,
PROCESS_TYPE_ZYGOTE,

Powered by Google App Engine
This is Rietveld 408576698