From fd29662c61b2145d6de4c38eb55e48421a4d427b Mon Sep 17 00:00:00 2001 From: Johannes Kron Date: Fri, 3 Feb 2023 19:23:39 +0000 Subject: Fix typo in histogram name Bug: chromium:1348011 Change-Id: Ic4680339a110bf71afa7689bbc7acada1428811a Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/291806 Reviewed-by: Harald Alvestrand Commit-Queue: Johannes Kron Cr-Commit-Position: refs/heads/main@{#39258} --- modules/desktop_capture/desktop_capturer.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/desktop_capture/desktop_capturer.cc b/modules/desktop_capture/desktop_capturer.cc index c6a8dec4d4..5211f1acec 100644 --- a/modules/desktop_capture/desktop_capturer.cc +++ b/modules/desktop_capture/desktop_capturer.cc @@ -29,7 +29,8 @@ namespace webrtc { void LogDesktopCapturerFullscreenDetectorUsage() { - RTC_HISTOGRAM_BOOLEAN("WebRTC.Screenshare.DesktopCapturerUsage", true); + RTC_HISTOGRAM_BOOLEAN("WebRTC.Screenshare.DesktopCapturerFullscreenDetector", + true); } DesktopCapturer::~DesktopCapturer() = default; -- cgit v1.2.3