| Index: services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
|
| diff --git a/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom b/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
|
| index 01c268cfecff2b9145ca03c8cd9c2a09f4a186ce..bf85eb325276c0e190b01b9ab41b1e67b256b81d 100644
|
| --- a/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
|
| +++ b/services/resource_coordinator/public/interfaces/memory/memory_instrumentation.mojom
|
| @@ -64,7 +64,7 @@ struct ProcessMemoryDump {
|
| ChromeMemDump chrome_dump;
|
|
|
| // This is roughly private, anonymous, non-discardable, resident or swapped
|
| - // memory. For more details, see https://goo.gl/3kPb9S.
|
| + // memory in kilobytes. For more details, see https://goo.gl/3kPb9S.
|
| uint32 private_footprint = 0;
|
|
|
| // This is used only in the use-case (1) and only on Linux/CrOS to get
|
|
|