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, |