| Index: components/tracing/common/process_metrics_memory_dump_provider.h
|
| diff --git a/components/tracing/common/process_metrics_memory_dump_provider.h b/components/tracing/common/process_metrics_memory_dump_provider.h
|
| index 730a9be97d24bb5efaa1d2ce2b8487fe50c8382b..d3c5334490706025b34e65df94cc94cd67f20605 100644
|
| --- a/components/tracing/common/process_metrics_memory_dump_provider.h
|
| +++ b/components/tracing/common/process_metrics_memory_dump_provider.h
|
| @@ -75,6 +75,8 @@ class TRACING_EXPORT ProcessMetricsMemoryDumpProvider
|
| static int fast_polling_statm_fd_for_testing;
|
|
|
| base::ScopedFD fast_polling_statm_fd_;
|
| +
|
| + base::ScopedFD OpenStatm();
|
| #endif
|
|
|
| base::ProcessId process_;
|
|
|