| Index: content/common/host_discardable_shared_memory_manager.cc
|
| diff --git a/content/common/host_discardable_shared_memory_manager.cc b/content/common/host_discardable_shared_memory_manager.cc
|
| index 6f2dead1e9415a8a4263087ece3c722bec82e31d..c428bc5fe3473b7204ef87f8846f2aa45ac42c3c 100644
|
| --- a/content/common/host_discardable_shared_memory_manager.cc
|
| +++ b/content/common/host_discardable_shared_memory_manager.cc
|
| @@ -229,8 +229,8 @@ void HostDiscardableSharedMemoryManager::ReduceMemoryUsageUntilWithinLimit(
|
|
|
| void HostDiscardableSharedMemoryManager::BytesAllocatedChanged(
|
| size_t new_bytes_allocated) const {
|
| - TRACE_COUNTER_ID1(
|
| - "base", "TotalDiscardableMemoryUsage", this, new_bytes_allocated);
|
| + TRACE_COUNTER_ID1("renderer_host", "TotalDiscardableMemoryUsage", this,
|
| + new_bytes_allocated);
|
|
|
| static const char kTotalDiscardableMemoryUsageKey[] = "total-dm-usage";
|
| base::debug::SetCrashKeyValue(kTotalDiscardableMemoryUsageKey,
|
|
|