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

Unified Diff: content/browser/gpu/gpu_data_manager_impl_private.cc

Issue 2302973004: gpu: Remove GPU.GLResetNotificationStrategy histogram (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager_impl_private.cc
diff --git a/content/browser/gpu/gpu_data_manager_impl_private.cc b/content/browser/gpu/gpu_data_manager_impl_private.cc
index bbaba8bb2d25ce8f88aad19cd7a89ea39cc90f59..36b6e338d3fd3fd79701427f65d1b8b29da66b92 100644
--- a/content/browser/gpu/gpu_data_manager_impl_private.cc
+++ b/content/browser/gpu/gpu_data_manager_impl_private.cc
@@ -210,9 +210,6 @@ void UpdateStats(const gpu::GPUInfo& gpu_info,
histogram_pointer->Add(GetGpuBlacklistHistogramValueWin(value));
#endif
}
-
- UMA_HISTOGRAM_SPARSE_SLOWLY("GPU.GLResetNotificationStrategy",
- gpu_info.gl_reset_notification_strategy);
}
// Combine the integers into a string, seperated by ','.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698