| Index: base/trace_event/process_memory_totals.h
|
| diff --git a/base/trace_event/process_memory_totals.h b/base/trace_event/process_memory_totals.h
|
| index 207e39867d7cfce11775c38d86bef5d9ab23fc04..12d6dfb73954fa891c71760401e6141d3da09769 100644
|
| --- a/base/trace_event/process_memory_totals.h
|
| +++ b/base/trace_event/process_memory_totals.h
|
| @@ -52,6 +52,9 @@ class BASE_EXPORT ProcessMemoryTotals {
|
| // On iOS,
|
| // TBD: https://crbug.com/714961
|
| };
|
| + const PlatformPrivateFootprint& GetPlatformPrivateFootprint() const {
|
| + return platform_private_footprint_;
|
| + }
|
| PlatformPrivateFootprint& GetPlatformPrivateFootprint() {
|
| return platform_private_footprint_;
|
| }
|
|
|