| Index: base/process/process_metrics.h
|
| diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h
|
| index 4acc3546a71ee0d8d54e11873231ceacc4235aa2..040e93f3749381b3dccbe72178a637ec96130db7 100644
|
| --- a/base/process/process_metrics.h
|
| +++ b/base/process/process_metrics.h
|
| @@ -170,6 +170,14 @@ class BASE_EXPORT ProcessMetrics {
|
| ProcessMetrics(ProcessHandle process, PortProvider* port_provider);
|
| #endif // !defined(OS_MACOSX) || defined(OS_IOS)
|
|
|
| +#if defined(OS_LINUX)
|
| + bool GetWorkingSetKBytesStatm(WorkingSetKBytes* ws_usage) const;
|
| +#endif
|
| +
|
| +#if defined(OS_CHROMEOS)
|
| + bool GetWorkingSetKBytesTotmaps(WorkingSetKBytes *ws_usage) const;
|
| +#endif
|
| +
|
| ProcessHandle process_;
|
|
|
| int processor_count_;
|
|
|