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

Unified Diff: base/trace_event/process_memory_totals.h

Issue 2839733004: Fill in PlatformPrivateFootprint on Linux (Closed)
Patch Set: update for parent patch changes 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..3b77efde39c1c781963c5ab020d7b7e34fd3eb6d 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;

Powered by Google App Engine
This is Rietveld 408576698