Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3250)

Unified Diff: base/trace_event/process_memory_totals.h

Issue 2852473002: memory-infra: Plumb platform_private_footprint to MemoryDumpManager (Closed)
Patch Set: remove log Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}

Powered by Google App Engine
This is Rietveld 408576698