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 <hta@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39258}
This commit is contained in:
Johannes Kron 2023-02-03 19:23:39 +00:00 committed by WebRTC LUCI CQ
parent 5e7301f693
commit fd29662c61

View File

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