| Index: content/common/child_process_info.h
|
| diff --git a/content/common/child_process_info.h b/content/common/child_process_info.h
|
| index 86ecc05f684a188619668d669e2c98a5c0fc6595..ec5084999533f53f6756736a3225958b24f174cf 100644
|
| --- a/content/common/child_process_info.h
|
| +++ b/content/common/child_process_info.h
|
| @@ -16,7 +16,8 @@
|
| class CONTENT_EXPORT ChildProcessInfo {
|
| public:
|
| // NOTE: Do not remove or reorder the elements in this enum, and only add new
|
| - // items at the end. We depend on these specific values in a histogram.
|
| + // items at the end, right before MAX_PROCESS. We depend on these specific
|
| + // values in histograms.
|
| enum ProcessType {
|
| UNKNOWN_PROCESS = 1,
|
| BROWSER_PROCESS,
|
|
|