| 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;
|
|
|
|
|