| Index: content/public/common/process_type.h
|
| diff --git a/content/public/common/process_type.h b/content/public/common/process_type.h
|
| index 14696697857d024f0dcf3ebeca77b6893c7eab1a..cc9ae7c0eab48092d417f6f837ec9c0021328db7 100644
|
| --- a/content/public/common/process_type.h
|
| +++ b/content/public/common/process_type.h
|
| @@ -27,6 +27,7 @@ enum ProcessType {
|
| PROCESS_TYPE_GPU,
|
| PROCESS_TYPE_PPAPI_PLUGIN,
|
| PROCESS_TYPE_PPAPI_BROKER,
|
| + PROCESS_TYPE_DOWNLOAD,
|
| // Custom process types used by the embedder should start from here.
|
| PROCESS_TYPE_CONTENT_END,
|
| // If any embedder has more than 10 custom process types, update this.
|
|
|