Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index a3b56cc2557537e643610817691497d943f4a64b..503141f7b1f8bd05f9165df432e594ed34b60d03 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -470,8 +470,6 @@ GpuProcessHost::~GpuProcessHost() { |
uma_memory_stats_received_); |
if (uma_memory_stats_received_) { |
- UMA_HISTOGRAM_COUNTS_100("GPU.AtExitManagedMemoryClientCount", |
- uma_memory_stats_.client_count); |
UMA_HISTOGRAM_COUNTS_100("GPU.AtExitContextGroupCount", |
uma_memory_stats_.context_group_count); |
UMA_HISTOGRAM_CUSTOM_COUNTS( |