| Index: base/process/process_metrics.h
|
| diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h
|
| index 6586164f3e7811e1da61dec83c02dbd0b27ce15a..ac6a1acde05fa503a59c7ac3a21d4c1029b77329 100644
|
| --- a/base/process/process_metrics.h
|
| +++ b/base/process/process_metrics.h
|
| @@ -136,6 +136,8 @@ class BASE_EXPORT ProcessMetrics {
|
| // Returns the current space allocated for the pagefile, in bytes (these pages
|
| // may or may not be in memory). On Linux, this returns the total virtual
|
| // memory size.
|
| + //
|
| + // TODO(ajwong): This is zero in newer versions of windows...
|
| size_t GetPagefileUsage() const;
|
| // Returns the peak space allocated for the pagefile, in bytes.
|
| size_t GetPeakPagefileUsage() const;
|
|
|