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

Unified Diff: base/trace_event/process_memory_totals.h

Issue 2839733004: Fill in PlatformPrivateFootprint on Linux (Closed)
Patch Set: move code behind defines Created 3 years, 7 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
« no previous file with comments | « no previous file | components/tracing/common/process_metrics_memory_dump_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 12d6dfb73954fa891c71760401e6141d3da09769..48edc3674c2b4e70dcdadb462d9ea5046fc8ca6e 100644
--- a/base/trace_event/process_memory_totals.h
+++ b/base/trace_event/process_memory_totals.h
@@ -43,7 +43,6 @@ class BASE_EXPORT ProcessMemoryTotals {
uint64_t compressed_bytes = 0;
// Linux, Android, ChromeOS
- // TODO(hjd): https://crbug.com/707019
uint64_t rss_anon_bytes = 0;
uint64_t vm_swap_bytes = 0;
« no previous file with comments | « no previous file | components/tracing/common/process_metrics_memory_dump_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698