| 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..69ee0c941e84bb70c3f6a5e62368366885908ff3 100644
|
| --- a/content/public/common/process_type.h
|
| +++ b/content/public/common/process_type.h
|
| @@ -36,7 +36,7 @@ enum ProcessType {
|
| };
|
|
|
| // Returns an English name of the process type, should only be used for non
|
| -// user-visible strings, or debugging pages like about:memory.
|
| +// user-visible strings or debugging pages.
|
| CONTENT_EXPORT std::string GetProcessTypeNameInEnglish(int type);
|
|
|
| } // namespace content
|
|
|